Expose window commands for Wasm builds

This commit is contained in:
Héctor Ramón Jiménez 2023-03-03 20:45:49 +01:00
parent a9ca89ca55
commit 12781c717a
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 4 additions and 12 deletions

View file

@ -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::*;