diff --git a/Cargo.toml b/Cargo.toml index a920eac..6794269 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = [ clap = "3.0.4" env_logger = "0.8.4" #rdev = { version = "^0.5.1", features = ["unstable_grab"] } -rdev = { path = "../rdev", features = ["unstable_grab"] } +rdev = { git = "https://github.com/TTWNO/rdev", features = ["unstable_grab"] } log = "0.4.0" nix = "0.23.1" sysinfo = "0.23.0"