iced/
window.rs

1//! Configure the window of your application in native platforms.
2
3pub mod icon;
4
5pub use icon::Icon;
6
7pub use crate::core::window::*;
8pub use crate::runtime::window::*;