mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3298,8 +3298,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "keepawake"
|
||||
version = "0.4.2"
|
||||
source = "git+https://github.com/segevfiner/keepawake-rs#ade0b2baa1440807c8089e9ed24e5d722468651e"
|
||||
version = "0.4.3"
|
||||
source = "git+https://github.com/rustdesk-org/keepawake-rs#ac395ef826b32a077bc5d2fe108cf71fde8fe2e6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"apple-sys",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user