summaryrefslogtreecommitdiffstats
path: root/winit/src/window.rs
blob: 8ccb13ed50e25a496f1e74db38f9b257b3e86116 (plain) (blame)
1
2
3
4
5
6
7
pub use iced_native::window::*;

/// The window of an [`Application`].
///
/// [`Application`]: crate::Application
#[derive(Debug)]
pub struct Window {}