From 7cb6e7438f7fb5d0d8be4528a31b888e2b12cd51 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 2 Sep 2021 16:30:14 +0700 Subject: Implement `move_to` and `resize` commands for `window` --- glutin/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'glutin/src/lib.rs') diff --git a/glutin/src/lib.rs b/glutin/src/lib.rs index cd987e2f..7c0c00ca 100644 --- a/glutin/src/lib.rs +++ b/glutin/src/lib.rs @@ -18,6 +18,7 @@ pub mod application; pub use iced_winit::clipboard; pub use iced_winit::settings; +pub use iced_winit::window; pub use iced_winit::{Error, Mode}; #[doc(no_inline)] -- cgit