refactor: get modifier state

This commit is contained in:
Asura
2022-12-07 20:32:34 -08:00
committed by Chieh Wang
parent a98174448f
commit 95775678ca
3 changed files with 21 additions and 50 deletions

View File

@@ -63,7 +63,7 @@ default-net = "0.11.0"
wol-rs = "0.9.1"
flutter_rust_bridge = { git = "https://github.com/SoLongAndThanksForAllThePizza/flutter_rust_bridge", optional = true }
errno = "0.2.8"
rdev = { path = "../rdev" }
rdev = { git = "https://github.com/asur4s/rdev" }
url = { version = "2.1", features = ["serde"] }
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features=false }