diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |