Expose window commands in iced::window

This commit is contained in:
Héctor Ramón Jiménez 2022-11-09 23:56:12 +01:00
parent 335df2028d
commit ff9395838b
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -9,4 +9,4 @@ pub use position::Position;
pub use settings::Settings;
#[cfg(not(target_arch = "wasm32"))]
pub use crate::runtime::window::{move_to, resize};
pub use crate::runtime::window::*;