mirui 0.15.3

A lightweight, no_std ECS-driven UI framework for embedded, desktop, and WebAssembly
Documentation
1
2
3
4
/// Disables interaction on the entity and its descendants. Layout
/// and render still run; gestures, focus, and key dispatch all
/// skip; colours route through [`crate::widget::theme::WidgetState::Disabled`].
pub struct Disabled;