diff options
author | 2023-03-03 20:45:49 +0100 | |
---|---|---|
committer | 2023-03-03 20:45:49 +0100 | |
commit | 12781c717a08bf0e7bfb2594e568f89af3676d52 (patch) | |
tree | c1ade16c311b0d27e2015327138d8883c052c8f2 /src/window.rs | |
parent | a9ca89ca55157d7e94dc6422b4842826139ca2db (diff) | |
download | iced-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.rs | 1 |
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::*; |