Commit 1a54c50c authored by rustdesk's avatar rustdesk

fix cpal crash on alsa linu

parent 5d26dbaa
...@@ -43,7 +43,7 @@ clap = "2.33" ...@@ -43,7 +43,7 @@ clap = "2.33"
rpassword = "5.0" rpassword = "5.0"
[target.'cfg(not(any(target_os = "android")))'.dependencies] [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] [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
machine-uid = "0.2" machine-uid = "0.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment