Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename Drop to bevy::picking::events::DragDrop to unclash std::ops:Dr…
…op (bevyengine#14926) # Objective - Fixes bevyengine#14902 - > bevyengine#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`
- Loading branch information