mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
4695b82f6b
# Objective Fixes #11352 ## Solution - Use `EntityHashMap<Entity, T>` instead of `HashMap<Entity, T>` --- ## Changelog Changed - Use `EntityHashMap<Entity, T>` instead of `HashMap<Entity, T>` whenever possible ## Migration Guide TODO |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |