uzor 1.2.0

Core UI engine — geometry, interaction, input state
1
2
3
4
5
6
7
8
//! Active frame — non-interactive stroke overlay highlighting an active rect.
//!
//! Composites (dock leaves, panels, list rows…) attach one to mark the
//! currently-active item. It owns no input — purely paint, registered as a
//! Sense::NONE atomic so it never intercepts hits.

pub mod render;
pub mod types;