proper widgetid + slot vec instead of map

This commit is contained in:
2025-12-11 16:23:14 -05:00
parent 2dad409300
commit 966b6a2ac2
12 changed files with 606 additions and 152 deletions

View File

@@ -1,6 +1,7 @@
mod arena;
mod borrow;
mod change;
mod slot;
mod id;
mod math;
mod refcount;
@@ -9,6 +10,7 @@ mod vec2;
pub use arena::*;
pub use borrow::*;
pub use change::*;
pub use slot::*;
pub use id::*;
pub use math::*;
pub use refcount::*;