bevy/crates/bevy_state/src
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
..
state Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
app.rs Rename send_event and similar methods to write_event (#20017) 2025-07-07 22:05:16 +00:00
commands.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +00:00
condition.rs Rename Condition to SystemCondition` (#19328) 2025-05-22 15:50:19 +00:00
lib.rs Rename StateScoped to DespawnOnExitState and add DespawnOnEnterState (#18818) 2025-05-06 00:37:04 +00:00
reflect.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
state_scoped_events.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
state_scoped.rs Enable state scoped entities by default (#19354) 2025-05-26 20:26:41 +00:00