We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d8441 commit c34c5bfCopy full SHA for c34c5bf
Cargo.toml
@@ -18,7 +18,7 @@ links = "tauri-plugin-gamepad"
18
tauri = { version = "2.1.1" }
19
serde = "1.0"
20
thiserror = "2.0.4"
21
-gilrs = { git = "https://github.com/eugenehp/gilrs.git", features = ["serde-serialize"]}
+gilrs = { version = "0.11.0", git = "https://github.com/eugenehp/gilrs.git", features = ["serde-serialize"]}
22
serde_json = "1.0"
23
enum-iterator = "2.1.0"
24
uuid = "1.6.1"
0 commit comments