mirui 0.12.1

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, ScrollSpring, scroll_inertia_system, scroll_system};