bevy/crates/bevy_picking/src
Peepo-Juice 949d7811cd
Sync up the Derive of DragEntry to match the other events (#18220)
# Objective
Add `#[derive(Clone, PartialEq, Debug, Reflect)]` to DragEntry so it
matches the other picking events.

## Solution
Copy/paste (RIP Larry Tesler)

## Testing
Just ran cargo check. I don't believe this should break anything because
I did not remove any derives it had before.

---
2025-03-11 19:58:20 +00:00
..
mesh_picking (Adoped) Remove panics and optimise mesh picking (#18232) 2025-03-10 21:55:40 +00:00
backend.rs Update HitData position docs (#17833) 2025-02-13 06:20:57 +00:00
events.rs Sync up the Derive of DragEntry to match the other events (#18220) 2025-03-11 19:58:20 +00:00
hover.rs Change Commands::get_entity to return Result and remove panic from Commands::entity (#18043) 2025-02-27 21:05:16 +00:00
input.rs Make Query::single (and friends) return a Result (#18082) 2025-03-02 19:51:56 +00:00
lib.rs Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00
pointer.rs Make Query::single (and friends) return a Result (#18082) 2025-03-02 19:51:56 +00:00
window.rs Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00