bevy/crates/bevy_window/src
James Liu c46691c04a Update gilrs to v0.9 (#4848)
# Objective
Fixes #4353. Fixes #4431. Picks up fixes for a panic for `gilrs` when `getGamepads()` is not available. 

## Solution
Update the `gilrs` to `v0.9.0`. Changelog can be seen here: dba36f9186

EDIT: Updated `uuid` to 1.1 to avoid duplicate dependencies. Added `nix`'s two dependencies as exceptions until `rodio` updates their deps.
2022-05-30 17:26:23 +00:00
..
cursor.rs Added set_cursor_icon(...) to Window (#3395) 2021-12-20 22:04:45 +00:00
event.rs Allow closing windows at runtime (#3575) 2022-05-05 13:35:43 +00:00
lib.rs Allow closing windows at runtime (#3575) 2022-05-05 13:35:43 +00:00
raw_window_handle.rs Improve docs and naming for RawWindowHandle functionality (#4335) 2022-05-26 00:09:23 +00:00
system.rs Allow closing windows at runtime (#3575) 2022-05-05 13:35:43 +00:00
window.rs Update gilrs to v0.9 (#4848) 2022-05-30 17:26:23 +00:00
windows.rs Allow closing windows at runtime (#3575) 2022-05-05 13:35:43 +00:00