From 8195c7f50de6f07ea7475861f9be5139d3fa61e3 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Mon, 11 Dec 2023 12:21:17 -0500 Subject: [PATCH] chore: fix sctk multi-window dependency --- Cargo.toml | 2 +- sctk/Cargo.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e6ef0bc52..960e3a2065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ a11y = ["iced_accessibility", "iced_core/a11y", "iced_widget/a11y", "iced_winit? # Enables the winit shell. Conflicts with `wayland` and `glutin`. winit = ["iced_winit", "iced_accessibility?/accesskit_winit"] # Enables the sctk shell. COnflicts with `winit` and `glutin`. -wayland = ["iced_sctk", "iced_widget/wayland", "iced_accessibility?/accesskit_unix", "iced_core/wayland", "multi-window"] +wayland = ["iced_sctk", "iced_widget/wayland", "iced_accessibility?/accesskit_unix", "iced_core/wayland"] [dependencies] iced_core.workspace = true diff --git a/sctk/Cargo.toml b/sctk/Cargo.toml index fd884f8dc9..398e6572f1 100644 --- a/sctk/Cargo.toml +++ b/sctk/Cargo.toml @@ -9,7 +9,6 @@ edition = "2021" debug = ["iced_runtime/debug"] system = ["sysinfo"] application = [] -multi_window = [] a11y = ["iced_accessibility", "iced_runtime/a11y"] [dependencies]