From 2ca46a57f8b83df5eece4ceb8a21bad159276524 Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Fri, 9 Oct 2020 12:27:59 -0600 Subject: [PATCH] Upgrade to gilrs 0.8.0 to gain dpad support on macos from https://gitlab.com/gilrs-project/gilrs/-/merge_requests/50 --- crates/bevy_gilrs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_gilrs/Cargo.toml b/crates/bevy_gilrs/Cargo.toml index 60b8bc59e38c9..51b6d420ea64d 100644 --- a/crates/bevy_gilrs/Cargo.toml +++ b/crates/bevy_gilrs/Cargo.toml @@ -16,5 +16,5 @@ bevy_ecs = { path = "../bevy_ecs", version = "0.2.1" } bevy_input = { path = "../bevy_input", version = "0.2.1" } # other -gilrs = "0.7.4" +gilrs = "0.8.0" log = { version = "0.4", features = ["release_max_level_info"] } \ No newline at end of file