From f6fc76db1da0fa9c6dc67f7b3f0c288904f0eec9 Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Sat, 10 Oct 2020 14:30:34 -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 (#653) --- 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 60b8bc59e3..51b6d420ea 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