Core types shared across all glyph crates.
Provides the View tree (the declarative UI description), Signal<T> for
reactive state, Component for composable widgets, Theme for semantic
color tokens, and ViewTree which runs Taffy layout and produces a flat list
of pixel-positioned quads ready for the GPU renderer.