bevy/crates/bevy_winit
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 Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00