Upgrade to gilrs 0.8.0 to gain dpad support on macos from https://gitlab.com/gilrs-project/gilrs/-/merge_requests/50 (#653)

This commit is contained in:
Nathan Stocks 2020-10-10 14:30:34 -06:00 committed by GitHub
parent 1f27d8c727
commit f6fc76db1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"] }