Skip to content

Commit abe13b5

Browse files
committed
Move multi-window feature before the advanced one
1 parent 6dca076 commit abe13b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ web-colors = ["iced_renderer/web-colors"]
4949
webgl = ["iced_renderer/webgl"]
5050
# Enables the syntax `highlighter` module
5151
highlighter = ["iced_highlighter"]
52-
# Enables the advanced module
53-
advanced = []
5452
# Enables experimental multi-window support.
5553
multi-window = ["iced_winit/multi-window"]
54+
# Enables the advanced module
55+
advanced = []
5656

5757
[dependencies]
5858
iced_core.workspace = true

0 commit comments

Comments
 (0)