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 ace4eaa commit b389e7bCopy full SHA for b389e7b
crates/bevy_audio/Cargo.toml
@@ -23,13 +23,13 @@ bevy_derive = { path = "../bevy_derive", version = "0.14.0-dev" }
23
bevy_utils = { path = "../bevy_utils", version = "0.14.0-dev" }
24
25
# other
26
-rodio = { version = "0.18", default-features = false }
+rodio = { version = "0.19", default-features = false }
27
28
[target.'cfg(target_os = "android")'.dependencies]
29
cpal = { version = "0.15", optional = true }
30
31
[target.'cfg(target_arch = "wasm32")'.dependencies]
32
-rodio = { version = "0.18", default-features = false, features = [
+rodio = { version = "0.19", default-features = false, features = [
33
"wasm-bindgen",
34
] }
35
0 commit comments