Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions crates/bevy_ecs/src/entity/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ mod unique_slice;

pub use unique_slice::*;

mod unique_array;

pub use unique_array::UniqueEntityArray;

use crate::{
archetype::{ArchetypeId, ArchetypeRow},
change_detection::MaybeLocation,
Expand Down
Loading