ci: Change source of lib

This commit is contained in:
Asura
2022-07-12 04:40:38 -07:00
parent a6f9c16d50
commit 7395f1a755
3 changed files with 27 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ appveyor = { repository = "pythoneer/enigo-85xiy" }
serde = { version = "1.0", optional = true }
serde_derive = { version = "1.0", optional = true }
log = "0.4.17"
rdev = "0.5.1"
rdev = { git = "https://github.com/asur4s/rdev" }
[features]
with_serde = ["serde", "serde_derive"]