Skip to content

Commit

Permalink
pull cpal from a patched fork (thanks snylonue!)
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Apr 13, 2024
1 parent cefb123 commit 242ddc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ exclude = ["assets/**", "tests/**"]
edition = "2021"

[dependencies]
cpal = "0.15"
# TODO(TicClick): The fork is a workaround for Windows not respecting default audio device change.
# It can be removed once https://github.com/RustAudio/rodio/issues/463 is resolved.
cpal = { git = "https://github.com/TicClick/cpal.git", branch = "master" } # v0.15.2
claxon = { version = "0.4.2", optional = true }
hound = { version = "3.3.1", optional = true }
lewton = { version = "0.10", optional = true }
Expand Down

0 comments on commit 242ddc3

Please sign in to comment.