bevy/crates/bevy_gilrs
Christopher Durham 997eae6185 Remove double Events::update in bevy-gilrs (#2894)
# Objective

- Remove duplicate `Events::update` call in `gilrs_event_system` (fixes #2893)
  - See #2893 for context
- While there, make the systems no longer exclusive, as that is not required of them

## Solution

- Do the change

r? @alice-i-cecile
2021-10-08 00:37:08 +00:00
..
src Remove double Events::update in bevy-gilrs (#2894) 2021-10-08 00:37:08 +00:00
Cargo.toml Not me ... us (#2654) 2021-08-15 20:08:52 +00:00