//! Text shaping resources. The font engine and its embedded font data live in
//! `nightshade-renderer` beside the glyph meshing that uses them; the shared
//! text state and slot cache live in `nightshade-ui` beside the widget systems
//! that operate on them. This module re-exports both so the
//! `crate::ecs::text::resources::*` paths keep resolving across the engine and
//! apps.
pub use ;
pub use ;