summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-29 22:33:20 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-29 22:33:20 +0100
commitabe13b530514c8ce63a0ef90172082258e35a43d (patch)
tree39f82daee48f12f762987fbb81d1e4934940d49f /Cargo.toml
parent6dca076c8b18c3cdb702fa55045866cbd413cc55 (diff)
downloadiced-abe13b530514c8ce63a0ef90172082258e35a43d.tar.gz
iced-abe13b530514c8ce63a0ef90172082258e35a43d.tar.bz2
iced-abe13b530514c8ce63a0ef90172082258e35a43d.zip
Move `multi-window` feature before the `advanced` one
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aba66f39..0afbcd51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,10 +49,10 @@ web-colors = ["iced_renderer/web-colors"]
webgl = ["iced_renderer/webgl"]
# Enables the syntax `highlighter` module
highlighter = ["iced_highlighter"]
-# Enables the advanced module
-advanced = []
# Enables experimental multi-window support.
multi-window = ["iced_winit/multi-window"]
+# Enables the advanced module
+advanced = []
[dependencies]
iced_core.workspace = true