bevy/crates/bevy_gilrs
PaperCow 004bbe9f04 Use EventWriter for gilrs_system (#3413)
# Objective

- fixes #3397 

## Solution

- Uses EventWriter instead of ResMut<Event> in gilrs_system.rs.

I also renamed the argument from `event` to `events` for consistency. All other instances I could find in the engine of EventWriter use a plural argument name. Happy to undo or modify this change if desired.
2021-12-21 23:56:58 +00:00
..
src Use EventWriter for gilrs_system (#3413) 2021-12-21 23:56:58 +00:00
Cargo.toml Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00