Skip to content

Commit

Permalink
Bump rodio version (fixes sound test crash?)
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Jul 4, 2024
1 parent b4ada77 commit 44df4fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions crates/audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ color-eyre.workspace = true
thiserror.workspace = true

luminol-filesystem.workspace = true
fragile.workspace = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rodio = "0.17.3"
rodio = "0.19.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
rodio = { version = "0.17.1", features = ["wasm-bindgen"] }
rodio = { version = "0.19.0", features = ["wasm-bindgen"] }
web-sys = { version = "0.3", features = ["Window"] }

flume.workspace = true
Expand Down

0 comments on commit 44df4fb

Please sign in to comment.