summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad4cd1bb..aba66f39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,6 +51,8 @@ webgl = ["iced_renderer/webgl"]
highlighter = ["iced_highlighter"]
# Enables the advanced module
advanced = []
+# Enables experimental multi-window support.
+multi-window = ["iced_winit/multi-window"]
[dependencies]
iced_core.workspace = true