Re-export iced_winit in iced_glutin
This fixes the `system` module not being exported in `iced_glutin` when only setting the `iced_winit/system` flag.
This commit is contained in:
parent
1aeb8b8340
commit
3e735f1480
1 changed files with 2 additions and 14 deletions
|
|
@ -14,23 +14,11 @@
|
|||
#![forbid(rust_2018_idioms)]
|
||||
|
||||
pub use glutin;
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use iced_native::*;
|
||||
pub use iced_winit::*;
|
||||
|
||||
pub mod application;
|
||||
|
||||
pub use iced_winit::clipboard;
|
||||
pub use iced_winit::conversion;
|
||||
pub use iced_winit::settings;
|
||||
pub use iced_winit::window;
|
||||
pub use iced_winit::{Error, Mode};
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use application::Application;
|
||||
#[doc(no_inline)]
|
||||
pub use clipboard::Clipboard;
|
||||
#[doc(no_inline)]
|
||||
pub use settings::Settings;
|
||||
|
||||
#[cfg(feature = "system")]
|
||||
pub use iced_winit::system;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue