iced_runtime/
multi_window.rs

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