bevy/tests
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
..
3d Add test for invalid skinned meshes (#18763) 2025-07-07 19:28:52 +00:00
ecs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
window Fix non-crate typos (#18219) 2025-03-11 06:17:48 +00:00
how_to_test_apps.rs Make Query::single (and friends) return a Result (#18082) 2025-03-02 19:51:56 +00:00
how_to_test_systems.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00