Revert "revert linux use cpal (#10260)" (#10262)

This reverts commit b0791ba183.
This commit is contained in:
RustDesk
2024-12-11 13:42:25 +08:00
committed by GitHub
parent b0791ba183
commit 827b5f6a4c
2 changed files with 0 additions and 60 deletions

View File

@@ -78,9 +78,6 @@ fon = "0.6"
zip = "0.6"
shutdown_hooks = "0.1"
totp-rs = { version = "5.4", default-features = false, features = ["gen_secret", "otpauth"] }
[target.'cfg(not(target_os = "linux"))'.dependencies]
# https://github.com/rustdesk/rustdesk/discussions/10197, not use cpal on linux
cpal = { git = "https://github.com/rustdesk-org/cpal", branch = "osx-screencapturekit" }
ringbuf = "0.3"