mirui 0.9.0

A lightweight, no_std ECS-driven UI framework for embedded, desktop, and WebAssembly
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod assets;
pub mod button;
pub mod button_system;
pub mod checkbox;
pub mod image;
pub mod progress_bar;
pub mod scroll;
pub mod scroll_system;
pub mod transform;
pub mod transform_3d;