Introduce multi_window from pure
This commit is contained in:
parent
7ccd87c36b
commit
529589d7fe
4 changed files with 205 additions and 0 deletions
|
|
@ -181,6 +181,9 @@ pub mod touch;
|
|||
pub mod widget;
|
||||
pub mod window;
|
||||
|
||||
#[cfg(feature = "multi_window")]
|
||||
pub mod multi_window;
|
||||
|
||||
#[cfg(all(not(feature = "glow"), feature = "wgpu"))]
|
||||
use iced_winit as runtime;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue