summaryrefslogtreecommitdiffstats
path: root/src/window.rs
blob: 54ea2a0229fb57c1e72ead9d99a254c694528264 (plain) (blame)
1
2
3
4
5
6
//! Configure the window of your application in native platforms.
mod mode;
mod settings;

pub use mode::Mode;
pub use settings::Settings;