summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar bungoboingo <shankern@protonmail.com>2023-02-28 13:44:36 -0800
committerLibravatar bungoboingo <shankern@protonmail.com>2023-02-28 13:44:36 -0800
commite36daa6f937abd7cb2071fd8852a3c12263944ea (patch)
treeb951dd883d24963cdd3de66423feb42971684c25 /src/lib.rs
parent51296572c0189eaef8081c46270ff48b7e03258d (diff)
downloadiced-e36daa6f937abd7cb2071fd8852a3c12263944ea.tar.gz
iced-e36daa6f937abd7cb2071fd8852a3c12263944ea.tar.bz2
iced-e36daa6f937abd7cb2071fd8852a3c12263944ea.zip
Removed glutin MW support and reverted glutin changes back to Iced master since it's being axed as we speak.
Diffstat (limited to '')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 993e94b1..65fe3b93 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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"))]