Move multi-window feature before the advanced one
This commit is contained in:
parent
6dca076c8b
commit
abe13b5305
1 changed files with 2 additions and 2 deletions
|
|
@ -49,10 +49,10 @@ web-colors = ["iced_renderer/web-colors"]
|
||||||
webgl = ["iced_renderer/webgl"]
|
webgl = ["iced_renderer/webgl"]
|
||||||
# Enables the syntax `highlighter` module
|
# Enables the syntax `highlighter` module
|
||||||
highlighter = ["iced_highlighter"]
|
highlighter = ["iced_highlighter"]
|
||||||
# Enables the advanced module
|
|
||||||
advanced = []
|
|
||||||
# Enables experimental multi-window support.
|
# Enables experimental multi-window support.
|
||||||
multi-window = ["iced_winit/multi-window"]
|
multi-window = ["iced_winit/multi-window"]
|
||||||
|
# Enables the advanced module
|
||||||
|
advanced = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced_core.workspace = true
|
iced_core.workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue