mod ui; mod widget; pub use ui::*; pub use widget::*; use crate::primitive::Color; pub type UIColor = Color;