We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a7c83 commit fd6b352Copy full SHA for fd6b352
crates/bevy_audio/Cargo.toml
@@ -29,7 +29,7 @@ rodio = { version = "0.18", default-features = false }
29
cpal = { version = "0.15", optional = true }
30
31
[target.'cfg(target_arch = "wasm32")'.dependencies]
32
-rodio = { version = "0.17", default-features = false, features = [
+rodio = { version = "0.18", default-features = false, features = [
33
"wasm-bindgen",
34
] }
35
0 commit comments