1 2 3 4 5 6
//! A multi-window application. pub mod program; pub mod state; pub use program::Program; pub use state::State;