diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.rs b/src/window.rs index 7d441062..71158816 100644 --- a/src/window.rs +++ b/src/window.rs @@ -9,3 +9,6 @@ pub use icon::Icon; pub use mode::Mode; pub use position::Position; pub use settings::Settings; + +#[cfg(not(target_arch = "wasm32"))] +pub use crate::runtime::window::{move_to, resize}; |