uzor 1.2.0

Core UI engine — geometry, interaction, input state
1
2
3
4
5
6
7
8
//! ShapeSelector persistent state.

/// Persistent state for a shape selector widget.
///
/// Selection state is passed frame-by-frame in the view structs.
/// This placeholder is reserved for future state such as animation timers.
#[derive(Debug, Default, Clone)]
pub struct ShapeSelectorState;