Skip to content

Commit

Permalink
added version of gilrs
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Dec 6, 2024
1 parent 45d8441 commit c34c5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ links = "tauri-plugin-gamepad"
tauri = { version = "2.1.1" }
serde = "1.0"
thiserror = "2.0.4"
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"]}
serde_json = "1.0"
enum-iterator = "2.1.0"
uuid = "1.6.1"
Expand Down

0 comments on commit c34c5bf

Please sign in to comment.