Introduce multi_window from pure

This commit is contained in:
Richard 2022-04-01 17:16:15 -03:00 committed by bungoboingo
parent 7ccd87c36b
commit 529589d7fe
4 changed files with 205 additions and 0 deletions

View file

@ -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;