diff options
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 2018053f..824915b2 100644 --- a/src/window.rs +++ b/src/window.rs @@ -8,5 +8,5 @@ pub use icon::Icon; pub use position::Position; pub use settings::Settings; -#[cfg(not(target_arch = "wasm32"))] +pub use crate::core::window::*; pub use crate::runtime::window::*; |