diff options
author | 2023-03-13 13:23:45 -0700 | |
---|---|---|
committer | 2023-03-13 13:23:45 -0700 | |
commit | fa068b904a904c86195ebfaa4e953466426a27aa (patch) | |
tree | 146034f9e333082ec4cf84aa41f9275616f30bb1 /src/window.rs | |
parent | e36daa6f937abd7cb2071fd8852a3c12263944ea (diff) | |
parent | 8f14b448d263a2cfd03a998b1d54c21e33d58980 (diff) | |
download | iced-fa068b904a904c86195ebfaa4e953466426a27aa.tar.gz iced-fa068b904a904c86195ebfaa4e953466426a27aa.tar.bz2 iced-fa068b904a904c86195ebfaa4e953466426a27aa.zip |
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Diffstat (limited to 'src/window.rs')
-rw-r--r-- | src/window.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.rs b/src/window.rs index 73e90243..c8f5c3ae 100644 --- a/src/window.rs +++ b/src/window.rs @@ -3,5 +3,4 @@ pub use iced_native::window::Icon; pub use iced_native::window::Position; pub use iced_native::window::Settings; -#[cfg(not(target_arch = "wasm32"))] pub use crate::runtime::window::*; |