mirui 0.1.4

A lightweight, no_std ECS-driven UI framework for embedded, desktop, and WebAssembly
Documentation
1
2
3
4
5
pub mod flex;
pub mod node;

pub use flex::compute_layout;
pub use node::{AlignItems, FlexDirection, JustifyContent, LayoutNode, LayoutStyle, Padding};