summaryrefslogtreecommitdiffstats
path: root/src/window.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-17 20:17:23 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-17 20:17:23 +0100
commitd1dc62ebcdab6ec57605d276a02d6dae1e97c30d (patch)
tree66ab2733d426b887731ba32b32c03a0f1ba43451 /src/window.rs
parentea50ec8df1431c9c6aa8077cd1578c4698dc0314 (diff)
parentd7fffaa801423ae989fa7693f5b1cb424194e1ff (diff)
downloadiced-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.rs2
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::*;