Introduce multi_window in iced_winit
This commit is contained in:
parent
529589d7fe
commit
287306e1eb
5 changed files with 959 additions and 1 deletions
|
|
@ -35,6 +35,9 @@
|
|||
pub use iced_native::*;
|
||||
pub use winit;
|
||||
|
||||
#[cfg(feature = "multi_window")]
|
||||
pub mod multi_window;
|
||||
|
||||
#[cfg(feature = "application")]
|
||||
pub mod application;
|
||||
pub mod clipboard;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue