diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -182,6 +182,9 @@ pub mod touch; pub mod widget; pub mod window; +#[cfg(all(not(feature = "glow"), feature = "multi_window"))] +pub mod multi_window; + #[cfg(all(not(feature = "glow"), feature = "wgpu"))] use iced_winit as runtime; |