//! Incremental layout + paint engine, split across focused modules.
//!
//! `LayoutEngine` is a persistent view tree + Taffy integration that produces a
//! `Scene` per frame with hit regions and semantics, with incremental layout
//! (scope isolation, dirty sets, repaint-boundary caching, intrinsics).
pub use LayoutEngine;
pub use ;
pub use mul_alpha_color;
// Make shared internals visible to sibling submodules via `use super::*`.
pub use *;
pub use *;
pub use *;