change to rustdesk/rdev and remove warn

This commit is contained in:
rustdesk
2022-12-08 20:08:33 +08:00
parent fa3618f406
commit 22d071d2ef
3 changed files with 27 additions and 4 deletions

26
Cargo.lock generated
View File

@@ -1533,7 +1533,7 @@ dependencies = [
"log",
"objc",
"pkg-config",
"rdev",
"rdev 0.5.0-2 (git+https://github.com/asur4s/rdev)",
"serde 1.0.147",
"serde_derive",
"tfc",
@@ -4248,6 +4248,28 @@ dependencies = [
"x11 2.20.0",
]
[[package]]
name = "rdev"
version = "0.5.0-2"
source = "git+https://github.com/rustdesk/rdev#25c29f61bfdf5d8ec50f0a8a7743bc1d85eb2c04"
dependencies = [
"cocoa",
"core-foundation 0.9.3",
"core-foundation-sys 0.8.3",
"core-graphics 0.22.3",
"enum-map",
"epoll",
"inotify",
"lazy_static",
"libc",
"mio 0.8.5",
"strum 0.24.1",
"strum_macros 0.24.3",
"widestring 1.0.2",
"winapi 0.3.9",
"x11 2.20.0",
]
[[package]]
name = "rdrand"
version = "0.4.0"
@@ -4518,7 +4540,7 @@ dependencies = [
"num_cpus",
"objc",
"parity-tokio-ipc",
"rdev",
"rdev 0.5.0-2 (git+https://github.com/rustdesk/rdev)",
"repng",
"reqwest",
"rpassword 7.1.0",