summaryrefslogblamecommitdiffstats
path: root/src/window.rs
blob: a2883b62332a6a0ae18b24ad25aff85664548169 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                 


                   

                           
//! Configure the window of your application in native platforms.
mod mode;
mod settings;

pub mod icon;

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