mirui 0.33.1

A lightweight, no_std ECS-driven UI framework for embedded, desktop, and WebAssembly
Documentation
1
2
3
4
5
6
//! Input pipeline. `event` carries the raw stream + dispatch + gesture
//! recognition + scroll / focus / hit-test. `feedback` paints overlay
//! visualisations of the input the framework just routed.

pub mod event;
pub mod feedback;