diff --git a/Cargo.toml b/Cargo.toml index 28b10ec..6694556 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,47 +65,47 @@ freedesktop-icons = "0.2.4" path = "cosmic-theme" [dependencies.iced] -path = "../cosmic-iced" +path = "./iced" default-features = false features = ["image", "svg", "lazy"] [dependencies.iced_runtime] -path = "../cosmic-iced/runtime" +path = "./iced/runtime" [dependencies.iced_renderer] -path = "../cosmic-iced/renderer" +path = "./iced/renderer" [dependencies.iced_core] -path = "../cosmic-iced/core" +path = "./iced/core" [dependencies.iced_widget] -path = "../cosmic-iced/widget" +path = "./iced/widget" features = ["canvas"] [dependencies.iced_futures] -path = "../cosmic-iced/futures" +path = "./iced/futures" [dependencies.iced_accessibility] -path = "../cosmic-iced/accessibility" +path = "./iced/accessibility" optional = true [dependencies.iced_tiny_skia] -path = "../cosmic-iced/tiny_skia" +path = "./iced/tiny_skia" [dependencies.iced_style] -path = "../cosmic-iced/style" +path = "./iced/style" [dependencies.iced_sctk] -path = "../cosmic-iced/sctk" +path = "./iced/sctk" optional = true [dependencies.iced_winit] -path = "../cosmic-iced/winit" +path = "./iced/winit" optional = true [dependencies.iced_wgpu] -path = "../cosmic-iced/wgpu" +path = "./iced/wgpu" optional = true [dependencies.cosmic-panel-config] diff --git a/cosmic-config/Cargo.toml b/cosmic-config/Cargo.toml index c5abac5..8417440 100644 --- a/cosmic-config/Cargo.toml +++ b/cosmic-config/Cargo.toml @@ -16,6 +16,6 @@ notify = "6.0.0" ron = "0.8.0" serde = "1.0.152" cosmic-config-derive = { path = "../cosmic-config-derive/", optional = true } -iced = { path = "../../cosmic-iced/", default-features = false, optional = true } -iced_futures = { path = "../../cosmic-iced/futures/", default-features = false, optional = true } +iced = { path = "../iced/", default-features = false, optional = true } +iced_futures = { path = "../iced/futures/", default-features = false, optional = true } diff --git a/iced b/iced index 8731fc5..92fe826 160000 --- a/iced +++ b/iced @@ -1 +1 @@ -Subproject commit 8731fc5002f449c4cab455578f77a9398b487eb3 +Subproject commit 92fe8260f80b3a9cb79ae2e707b844219bc4809d