mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 01:41:27 +03:00
feat: keyboard map mode control side
This commit is contained in:
28
Cargo.lock
generated
28
Cargo.lock
generated
@@ -1811,7 +1811,7 @@ dependencies = [
|
||||
"log",
|
||||
"objc",
|
||||
"pkg-config",
|
||||
"rdev",
|
||||
"rdev 0.5.0-2 (git+https://github.com/fufesou/rdev)",
|
||||
"serde 1.0.163",
|
||||
"serde_derive",
|
||||
"tfc",
|
||||
@@ -4911,6 +4911,30 @@ dependencies = [
|
||||
"x11 2.21.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rdev"
|
||||
version = "0.5.0-2"
|
||||
source = "git+https://github.com/mcfans/rdev#d643ea4542e61931cb20e1ecd390d6a3c9569171"
|
||||
dependencies = [
|
||||
"cocoa",
|
||||
"core-foundation",
|
||||
"core-foundation-sys 0.8.4",
|
||||
"core-graphics",
|
||||
"dispatch",
|
||||
"enum-map",
|
||||
"epoll",
|
||||
"inotify",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"log",
|
||||
"mio",
|
||||
"strum 0.24.1",
|
||||
"strum_macros 0.24.3",
|
||||
"widestring",
|
||||
"winapi 0.3.9",
|
||||
"x11 2.21.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rdrand"
|
||||
version = "0.4.0"
|
||||
@@ -5196,7 +5220,7 @@ dependencies = [
|
||||
"os-version",
|
||||
"pam",
|
||||
"parity-tokio-ipc",
|
||||
"rdev",
|
||||
"rdev 0.5.0-2 (git+https://github.com/mcfans/rdev)",
|
||||
"repng",
|
||||
"reqwest",
|
||||
"ringbuf",
|
||||
|
||||
Reference in New Issue
Block a user