diff options
| author | HampusM <hampus@hampusmat.com> | 2026-08-25 15:21:26 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-08-25 15:21:26 +0200 |
| commit | e8df35e08e43b0fe4178267544bb0a0834267598 (patch) | |
| tree | 67d2552b349f59ed8d2b47c731c31b6611113e4e /engine-ecs | |
| parent | e17f01e15c092799ce4ad4b0c11e46374e19033d (diff) | |
feat(engine-ecs): make util::array_vec module public
Diffstat (limited to 'engine-ecs')
| -rw-r--r-- | engine-ecs/src/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-ecs/src/util.rs b/engine-ecs/src/util.rs index a6925f7..304ba21 100644 --- a/engine-ecs/src/util.rs +++ b/engine-ecs/src/util.rs @@ -5,7 +5,7 @@ use std::ops::{BitAnd, Deref}; use hashbrown::HashMap; -pub(crate) mod array_vec; +pub mod array_vec; pub trait VecExt<Item> { |
