Expand description
Library for UI development
This library features a UIScreen<T> where T is your data that you want to
store in the UI. You can for example, have a function callback in the UI.
This library doesn’t do any drawing, only layout.
Re-exports§
pub use rctree::NodeRef;pub use rect::Rect;pub use ui_screen::UiScreen;pub use node_data::NodeData;pub use node_data::FlexDirection;