//! iced::daemon application: the main rendering loop.
//!
//! `App` owns the [`Core`](toddy_core::engine::Core) state, reads
//! messages from stdin, renders the UI tree, and emits events to
//! stdout. Submodules handle stdin I/O, window operations, widget
//! operations, and event emission.
pub
pub
pub use emit_hello;
pub use run;
use App;