Skip to content

Commit

Permalink
fix cpal crash on alsa linu
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Aug 23, 2021
1 parent 5d26dba commit 1a54c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ clap = "2.33"
rpassword = "5.0"

[target.'cfg(not(any(target_os = "android")))'.dependencies]
cpal = { git = "https://github.com/rustaudio/cpal" }
cpal = { git = "https://github.com/open-trade/cpal" }

[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
machine-uid = "0.2"
Expand Down

0 comments on commit 1a54c50

Please sign in to comment.