Supports Mac OS simulate input by scancode

This commit is contained in:
Asura
2022-07-12 08:36:45 -07:00
parent 7395f1a755
commit fa8595b77d
3 changed files with 38 additions and 20 deletions

View File

@@ -69,7 +69,7 @@ sciter-rs = { git = "https://github.com/open-trade/rust-sciter", branch = "dyn"
sys-locale = "0.2"
enigo = { path = "libs/enigo" }
clipboard = { path = "libs/clipboard" }
rdev = { path = "../rdev" }
rdev = { git = "https://github.com/asur4s/rdev" }
ctrlc = "3.2"
arboard = "2.0"
#minreq = { version = "2.4", features = ["punycode", "https-native"] }