blob: c8f5c3ae981d64e87ad86c5a92d9178a5500f2d5 (
plain) (
blame)
1
2
3
4
5
6
|
//! Configure the window of your application in native platforms.
pub use iced_native::window::Icon;
pub use iced_native::window::Position;
pub use iced_native::window::Settings;
pub use crate::runtime::window::*;
|