diff options
author | 2023-03-17 20:17:23 +0100 | |
---|---|---|
committer | 2023-03-17 20:17:23 +0100 | |
commit | d1dc62ebcdab6ec57605d276a02d6dae1e97c30d (patch) | |
tree | 66ab2733d426b887731ba32b32c03a0f1ba43451 /src/window.rs | |
parent | ea50ec8df1431c9c6aa8077cd1578c4698dc0314 (diff) | |
parent | d7fffaa801423ae989fa7693f5b1cb424194e1ff (diff) | |
download | iced-d1dc62ebcdab6ec57605d276a02d6dae1e97c30d.tar.gz iced-d1dc62ebcdab6ec57605d276a02d6dae1e97c30d.tar.bz2 iced-d1dc62ebcdab6ec57605d276a02d6dae1e97c30d.zip |
Merge branch 'master' into advanced-text
Diffstat (limited to 'src/window.rs')
-rw-r--r-- | src/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.rs b/src/window.rs index 824915b2..e4601575 100644 --- a/src/window.rs +++ b/src/window.rs @@ -6,7 +6,7 @@ pub mod icon; pub use icon::Icon; pub use position::Position; -pub use settings::Settings; +pub use settings::{PlatformSpecific, Settings}; pub use crate::core::window::*; pub use crate::runtime::window::*; |