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