bevy/crates/bevy_gltf
vero 4695b82f6b
Use EntityHashMap whenever possible (#11353)
# 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
2024-01-15 15:51:17 +00:00
..
src Use EntityHashMap whenever possible (#11353) 2024-01-15 15:51:17 +00:00
Cargo.toml GLTF extension support (#11138) 2024-01-15 15:38:01 +00:00