2020-01-16 05:54:22 +01:00
|
|
|
//! Configure the window of your application in native platforms.
|
|
|
|
|
|
2020-07-01 06:09:39 +02:00
|
|
|
pub mod icon;
|
|
|
|
|
|
|
|
|
|
pub use icon::Icon;
|
2021-09-02 16:30:14 +07:00
|
|
|
|
2023-03-04 05:37:11 +01:00
|
|
|
pub use crate::core::window::*;
|
2023-03-05 06:35:20 +01:00
|
|
|
pub use crate::runtime::window::*;
|