small changes

This commit is contained in:
2025-12-16 18:38:06 -05:00
parent 71f3beaf94
commit ac9571b29f
10 changed files with 46 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
pub mod default;
pub mod event;
pub mod state;
pub mod typed;
pub mod widget;
pub use iris_core;
@@ -37,5 +37,5 @@ pub mod prelude {
pub use widget::*;
pub use iris_core::util::Vec2;
pub use state::*;
pub use typed::*;
}