mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-29 08:01:03 +03:00
fix(install): linux xdo (#14096)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -2517,6 +2517,7 @@ version = "0.0.14"
|
||||
dependencies = [
|
||||
"core-graphics 0.22.3",
|
||||
"hbb_common",
|
||||
"libxdo-sys",
|
||||
"log",
|
||||
"objc",
|
||||
"pkg-config",
|
||||
@@ -3720,6 +3721,7 @@ dependencies = [
|
||||
"httparse",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"libloading 0.8.4",
|
||||
"log",
|
||||
"mac_address",
|
||||
"machine-uid",
|
||||
@@ -3755,6 +3757,7 @@ dependencies = [
|
||||
"webrtc",
|
||||
"whoami",
|
||||
"winapi 0.3.9",
|
||||
"x11 2.21.0",
|
||||
"zstd 0.13.1",
|
||||
]
|
||||
|
||||
@@ -4546,11 +4549,8 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "libxdo-sys"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "db23b9e7e2b7831bbd8aac0bbeeeb7b68cbebc162b227e7052e8e55829a09212"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"x11 2.21.0",
|
||||
"hbb_common",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -7181,9 +7181,9 @@ dependencies = [
|
||||
"kcp-sys",
|
||||
"keepawake",
|
||||
"lazy_static",
|
||||
"libloading 0.8.4",
|
||||
"libpulse-binding",
|
||||
"libpulse-simple-binding",
|
||||
"libxdo-sys",
|
||||
"mac_address",
|
||||
"magnum-opus",
|
||||
"nix 0.29.0",
|
||||
|
||||
Reference in New Issue
Block a user