bevy/crates/bevy_state/src/state
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
..
computed_states.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
freely_mutable_state.rs Adopt consistent FooSystems naming convention for system sets (#18900) 2025-05-06 15:18:03 +00:00
mod.rs Fix SubStates with multiple source states not reacting to all source changes (#19595) 2025-06-16 21:34:22 +00:00
resources.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
state_set.rs Fix docs typo (#19937) 2025-07-03 19:02:50 +00:00
states.rs Rename StateScoped to DespawnOnExitState and add DespawnOnEnterState (#18818) 2025-05-06 00:37:04 +00:00
sub_states.rs Remove apostrophes in possessive its (#19244) 2025-05-26 19:53:14 +00:00
transitions.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00