feat: Add new simulate key method

This commit is contained in:
Asura
2022-07-11 03:26:12 -07:00
parent 9237ae30dc
commit e82e0bf697
3 changed files with 80 additions and 7 deletions

19
Cargo.lock generated
View File

@@ -1317,6 +1317,7 @@ dependencies = [
"log",
"objc",
"pkg-config",
"rdev 0.5.1",
"serde 1.0.137",
"serde_derive",
"unicode-segmentation",
@@ -3836,6 +3837,22 @@ dependencies = [
"x11",
]
[[package]]
name = "rdev"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7336f02e29f34e9a7186ccf87051f6a5697536195569012e076e18a4efddcede"
dependencies = [
"cocoa 0.22.0",
"core-foundation 0.7.0",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"lazy_static",
"libc",
"winapi 0.3.9",
"x11",
]
[[package]]
name = "rdrand"
version = "0.4.0"
@@ -4076,7 +4093,7 @@ dependencies = [
"num_cpus",
"objc",
"parity-tokio-ipc",
"rdev",
"rdev 0.5.0",
"repng",
"reqwest",
"rpassword 6.0.1",