mirui 0.1.4

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

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