bevy/crates/bevy_picking/src
kivi 95ef8f6975
rename Drop to bevy::picking::events::DragDrop to unclash std::ops:Drop (#14926)
# Objective

- Fixes #14902
- > #14686 Introduced a name clash when using use bevy::prelude::*;


## Solution

- renamed `bevy::picking::events::Drop`
`bevy::picking::events::DragDrop`

 
## Testing

- Not being used in tests or examples, so I just compiled.

---

</details>

## Migration Guide

- Rename `Drop` to `DragDrop`
- `bevy::picking::events::Drop` is now `bevy::picking::events::DragDrop`
2024-08-26 18:38:56 +00:00
..
input Mod picking upstream 2 (#14686) 2024-08-09 23:16:37 +00:00
backend.rs Add bevy_picking sprite backend (#14757) 2024-08-26 18:01:32 +00:00
events.rs rename Drop to bevy::picking::events::DragDrop to unclash std::ops:Drop (#14926) 2024-08-26 18:38:56 +00:00
focus.rs Have EntityCommands methods consume self for easier chaining (#14897) 2024-08-26 18:24:59 +00:00
lib.rs Add bevy_picking sprite backend (#14757) 2024-08-26 18:01:32 +00:00
pointer.rs