mirui 0.10.2

A lightweight, no_std ECS-driven UI framework for embedded, desktop, and WebAssembly
Documentation
1
2
3
4
5
/// Delta time between frames (seconds)
pub struct DeltaTime(pub f32);

/// Total elapsed time since app start (seconds)
pub struct ElapsedTime(pub f32);