uzor 1.1.6

Core UI engine — geometry, interaction, input state
1
2
3
4
5
6
//! Clock widget persistent state.

/// Placeholder — clock is stateless from the coordinator's perspective.
/// The caller maintains the time string and passes it via `ClockView`.
#[derive(Debug, Default, Clone)]
pub struct ClockState;