# 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` |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||