bevy/examples/app
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
..
custom_loop.rs
drag_and_drop.rs
empty_defaults.rs
empty.rs
headless_renderer.rs
headless.rs
log_layers_ecs.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
log_layers.rs
logs.rs
no_renderer.rs
plugin_group.rs
plugin.rs
return_after_run.rs
thread_pool_resources.rs
without_winit.rs