iced-yoda/src/window.rs

7 lines
139 B
Rust
Raw Normal View History

//! Configure the window of your application in native platforms.
mod mode;
mod settings;
pub use mode::Mode;
pub use settings::Settings;