Implement move_to and resize commands for window
This commit is contained in:
parent
6fce35393f
commit
7cb6e7438f
6 changed files with 50 additions and 9 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue