uzor 1.2.2

Core UI engine — geometry, interaction, input state
1
2
3
4
5
6
7
8
9
10
pub mod context;
pub mod state;
pub mod layout;
pub mod widget_state;
pub mod builders;

pub use context::ContextManager;
pub use state::StateRegistry;
pub use layout::tree::LayoutTree;
pub use widget_state::*;