bevy/crates/bevy_dev_tools/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
..
ci_testing Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
frame_time_graph Add frame_time graph to fps_overlay v2 (#19277) 2025-07-09 16:59:21 +00:00
fps_overlay.rs Add frame_time graph to fps_overlay v2 (#19277) 2025-07-09 16:59:21 +00:00
lib.rs Add frame_time graph to fps_overlay v2 (#19277) 2025-07-09 16:59:21 +00:00
picking_debug.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
states.rs