Remove unnecessary re-exports in iced_winit

This commit is contained in:
Héctor Ramón Jiménez 2023-12-02 20:56:55 +01:00
parent b152ecda63
commit 31cccd8f7b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -54,6 +54,3 @@ pub use clipboard::Clipboard;
pub use error::Error;
pub use proxy::Proxy;
pub use settings::Settings;
pub use crate::core::window::*;
pub use iced_graphics::Viewport;