summaryrefslogtreecommitdiffstats
path: root/src/window.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-03 20:45:49 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-03 20:45:49 +0100
commit12781c717a08bf0e7bfb2594e568f89af3676d52 (patch)
treec1ade16c311b0d27e2015327138d8883c052c8f2 /src/window.rs
parenta9ca89ca55157d7e94dc6422b4842826139ca2db (diff)
downloadiced-12781c717a08bf0e7bfb2594e568f89af3676d52.tar.gz
iced-12781c717a08bf0e7bfb2594e568f89af3676d52.tar.bz2
iced-12781c717a08bf0e7bfb2594e568f89af3676d52.zip
Expose `window` commands for Wasm builds
Diffstat (limited to 'src/window.rs')
-rw-r--r--src/window.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.rs b/src/window.rs
index 2018053f..5a199580 100644
--- a/src/window.rs
+++ b/src/window.rs
@@ -8,5 +8,4 @@ pub use icon::Icon;
pub use position::Position;
pub use settings::Settings;
-#[cfg(not(target_arch = "wasm32"))]
pub use crate::runtime::window::*;