You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Objective
Fixes#21275
Pasting the content of the Issue to provide context,
> bevy_ecs::entity::EntityIndexMap has the entry() method because it
derefs to indexmap::IndexMap, but it doesn't re-export IndexMap::Entry
so I have to import the indexmap crate manually.
> It would be convenient to re-export indexmap::Entry in
bevy_ecs::entity::index_map
0 commit comments