Move multi-window feature before the advanced one

This commit is contained in:
Héctor Ramón Jiménez 2023-11-29 22:33:20 +01:00
parent 6dca076c8b
commit abe13b5305
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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