iced-yoda/src/window.rs

9 lines
170 B
Rust
Raw Normal View History

//! Configure the window of your application in native platforms.
pub mod icon;
pub use icon::Icon;
pub use crate::core::window::*;
2023-03-05 06:35:20 +01:00
pub use crate::runtime::window::*;