move window settings to iced_native

This commit is contained in:
Richard 2022-10-19 22:56:00 -03:00 committed by bungoboingo
parent a386788b67
commit 1bc0c480f9
11 changed files with 62 additions and 69 deletions

View file

@ -49,7 +49,7 @@ pub mod window;
pub mod system;
mod error;
mod position;
mod icon;
mod proxy;
#[cfg(feature = "application")]
@ -58,8 +58,9 @@ pub use application::Application;
pub use application::Profiler;
pub use clipboard::Clipboard;
pub use error::Error;
pub use position::Position;
pub use icon::Icon;
pub use proxy::Proxy;
pub use settings::Settings;
pub use iced_graphics::Viewport;
pub use iced_native::window::Position;