Implement move_to and resize commands for window

This commit is contained in:
Héctor Ramón Jiménez 2021-09-02 16:30:14 +07:00
parent 6fce35393f
commit 7cb6e7438f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
6 changed files with 50 additions and 9 deletions

View file

@ -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};