//! 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)]pubstructShapeSelectorState;