Mouse glitch on clicks & readme

This commit is contained in:
2023-07-23 18:47:58 -04:00
parent ac2f526d8a
commit 768bc82c5b
4 changed files with 227 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ edition = "2021"
tauri-build = { version = "1.4", features = [] }
[dependencies]
tauri = { version = "1.4", features = [ "shell-sidecar", "shell-execute", "shell-open", "fs-all", "path-all"] }
tauri = { version = "1.4", features = [ "os-all", "shell-sidecar", "shell-execute", "shell-open", "fs-all", "path-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
enigo = "0.1.2"