Merge pull request #4557 from 21pages/wakelock2

keep server device awake if have connection
This commit is contained in:
RustDesk
2023-06-05 23:27:55 +08:00
committed by GitHub
6 changed files with 344 additions and 11 deletions

View File

@@ -114,6 +114,7 @@ objc_id = "0.1"
tray-icon = { git = "https://github.com/rustdesk-org/tray-icon" }
tao = { git = "https://github.com/rustdesk-org/tao", branch = "muda" }
image = "0.24"
keepawake = { git = "https://github.com/segevfiner/keepawake-rs" }
[target.'cfg(target_os = "linux")'.dependencies]
psimple = { package = "libpulse-simple-binding", version = "2.27" }