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