mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
e939d6c33f
# Objective `EntityHash` and related types were moved from `bevy_utils` to `bevy_ecs` in #11498, but seemed to have been accidentally reintroduced a week later in #11707. ## Solution Remove the old leftover code. --- ## Migration Guide - Uses of `bevy::utils::{EntityHash, EntityHasher, EntityHashMap, EntityHashSet}` now have to be imported from `bevy::ecs::entity`. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |