mirui 0.2.0

A lightweight, no_std ECS-driven UI framework for embedded, desktop, and WebAssembly
Documentation
1
2
3
4
5
6
7
8
9
pub mod command;
pub mod font;
pub mod partial;
pub mod renderer;
pub mod sw;

pub use command::DrawCommand;
pub use renderer::Renderer;
pub use sw::SwRenderer;