mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
update rdev
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
c441d2f03f
commit
4246fe5b92
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4894,7 +4894,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "rdev"
|
||||
version = "0.5.0-2"
|
||||
source = "git+https://github.com/fufesou/rdev?branch=refact/keycodes#b3434caee84c92412b45a2f655a15ac5dad33488"
|
||||
source = "git+https://github.com/fufesou/rdev#8e98f8aa395c8cb6c171f99f8b2cf5e9d30ddb9b"
|
||||
dependencies = [
|
||||
"cocoa",
|
||||
"core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -71,7 +71,7 @@ default-net = "0.14"
|
||||
wol-rs = "1.0"
|
||||
flutter_rust_bridge = { version = "=1.80", features = ["uuid"], optional = true}
|
||||
errno = "0.3"
|
||||
rdev = { git = "https://github.com/fufesou/rdev", branch = "refact/keycodes" }
|
||||
rdev = { git = "https://github.com/fufesou/rdev" }
|
||||
url = { version = "2.3", features = ["serde"] }
|
||||
crossbeam-queue = "0.3"
|
||||
hex = "0.4"
|
||||
|
@ -22,7 +22,7 @@ appveyor = { repository = "pythoneer/enigo-85xiy" }
|
||||
serde = { version = "1.0", optional = true }
|
||||
serde_derive = { version = "1.0", optional = true }
|
||||
log = "0.4"
|
||||
rdev = { git = "https://github.com/fufesou/rdev", branch = "refact/keycodes" }
|
||||
rdev = { git = "https://github.com/fufesou/rdev" }
|
||||
tfc = { git = "https://github.com/fufesou/The-Fat-Controller" }
|
||||
hbb_common = { path = "../hbb_common" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user