bevy/crates/bevy_ecs/src/event
Tim 4e9e78c31e
Split BufferedEvent from Event (#20101)
# Objective

> I think we should axe the shared `Event` trait entirely
It doesn't serve any functional purpose, and I don't think it's useful
pedagogically
@alice-i-cecile on discord

## Solution

- Remove `Event` as a supertrait of `BufferedEvent`
- Remove any `Event` derives that were made unnecessary
- Update release notes

---------

Co-authored-by: SpecificProtagonist <vincentjunge@posteo.net>
2025-07-14 21:31:48 +00:00
..
base.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
collections.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
event_cursor.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
iterators.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
mod.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
mut_iterators.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
mutator.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
reader.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
registry.rs Observer trigger refactor (#19935) 2025-07-04 16:27:21 +00:00
update.rs Adopt consistent FooSystems naming convention for system sets (#18900) 2025-05-06 15:18:03 +00:00
writer.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00