Skip to content

Commit c34c5bf

Browse files
committed
added version of gilrs
1 parent 45d8441 commit c34c5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ links = "tauri-plugin-gamepad"
1818
tauri = { version = "2.1.1" }
1919
serde = "1.0"
2020
thiserror = "2.0.4"
21-
gilrs = { git = "https://github.com/eugenehp/gilrs.git", features = ["serde-serialize"]}
21+
gilrs = { version = "0.11.0", git = "https://github.com/eugenehp/gilrs.git", features = ["serde-serialize"]}
2222
serde_json = "1.0"
2323
enum-iterator = "2.1.0"
2424
uuid = "1.6.1"

0 commit comments

Comments
 (0)