mirui 0.11.0

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

pub use components::{ScrollAxis, ScrollConfig, ScrollOffset};
pub use system::{ScrollDragState, scroll_inertia_system, scroll_system};