mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
95ef8f6975
# 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 |