summaryrefslogtreecommitdiffstats
path: root/src/window.rs
blob: 9f96da5245b85892f090fbc4efb80634c4d9bc02 (plain) (blame)
1
2
3
4
5
6
7
8
//! Configure the window of your application in native platforms.

pub mod icon;

pub use icon::Icon;

pub use crate::core::window::*;
pub use crate::runtime::window::*;