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
pub mod fps_summary;
#[cfg(feature = "std")]
pub mod std_clock;

pub use fps_summary::FpsSummaryPlugin;
#[cfg(feature = "std")]
pub use std_clock::StdInstantClockPlugin;