//! Building blocks for [`egui`]/[`eframe`] applications: device/orientation
//! detection, application framing and lifecycle, font registration, async
//! runtime integration and shared error/result types.
/// Device and screen-orientation detection used to adapt layout between
/// mobile/portrait and desktop/landscape presentations.
/// Crate error type and result alias.
/// Helpers for registering static (embedded) fonts with egui.
/// Application framing: window/canvas options and the eframe entry point.
/// Commonly used internal imports re-exported for use across the crate.
/// Pluggable application modules selectable at runtime.
/// Re-exports of the crate's most commonly used items.
/// Crate result type alias.
/// Async runtime and event-channel integration for egui applications.
pub use ahash;
pub use eframe;
pub use egui;