bevy/crates/bevy_gilrs/src
Vic 8723096d57 reexport entity set collections in entity module (#18413)
# Objective

Unlike for their helper typers, the import paths for
`unique_array::UniqueEntityArray`, `unique_slice::UniqueEntitySlice`,
`unique_vec::UniqueEntityVec`, `hash_set::EntityHashSet`,
`hash_map::EntityHashMap`, `index_set::EntityIndexSet`,
`index_map::EntityIndexMap` are quite redundant.

When looking at the structure of `hashbrown`, we can also see that while
both `HashSet` and `HashMap` have their own modules, the main types
themselves are re-exported to the crate level.

## Solution

Re-export the types in their shared `entity` parent module, and simplify
the imports where they're used.
2025-03-30 10:24:00 +02:00
..
converter.rs Implement gamepads as entities (#12770) 2024-09-27 20:07:20 +00:00
gilrs_system.rs Replace some !Send resources with thread_local! (#17730) 2025-03-04 07:48:02 +00:00
lib.rs reexport entity set collections in entity module (#18413) 2025-03-30 10:24:00 +02:00
rumble.rs Replace some !Send resources with thread_local! (#17730) 2025-03-04 07:48:02 +00:00