mirui 0.12.1

A lightweight, no_std ECS-driven UI framework for embedded, desktop, and WebAssembly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod assets;
pub mod button;
pub mod checkbox;
pub mod image;
pub mod lazy_list;
pub mod progress_bar;
pub mod slider;
pub mod switch;
pub mod tab_pages;
pub mod tabbar;
pub mod text;
pub mod text_input;
pub mod transform;
pub mod transform_3d;