remove windows keepawake dep

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-06-30 11:50:16 +08:00
parent a24ce160af
commit 34f71ccdb0
2 changed files with 5 additions and 3 deletions

View File

@@ -114,7 +114,9 @@ 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(any(target_os = "macos", target_os = "linux"))'.dependencies]
keepawake = { git = "https://github.com/rustdesk-org/keepawake-rs" }
[target.'cfg(target_os = "linux")'.dependencies]
psimple = { package = "libpulse-simple-binding", version = "2.27" }