bevy/crates/bevy_picking/src
Tim 57086d4416
Remove the need to derive Event when deriving EntityEvent (#20104)
# Objective
Since we are planning to remove the need to derive both `Event` and
`EntityEvent` in 0.17 either way, I'm choosing to do the easy thing in
this PR so we can get the churn out of the way early.

Context from
[discord](https://discordapp.com/channels/691052431525675048/1383928409784193024/1393463673137401946).
Related to, and will conflict slightly with #20101.

## Solution

- Derive `Event` as part of the `EntityEvent` derive
- Remove any `Event` derives that were made unnecessary
- Update release notes
2025-07-15 16:45:38 +00:00
..
mesh_picking Upstream raycasting UVs (#19791) 2025-06-24 18:10:59 +00:00
backend.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
events.rs Remove the need to derive Event when deriving EntityEvent (#20104) 2025-07-15 16:45:38 +00:00
hover.rs Bump typos to 1.34.0 (#20013) 2025-07-07 20:15:06 +00:00
input.rs Extract members of PickingPlugin and PointerInputPlugin into new types (#19078) 2025-07-07 19:40:25 +00:00
lib.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
pointer.rs Split BufferedEvent from Event (#20101) 2025-07-14 21:31:48 +00:00
window.rs Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00