diff --git a/Cargo.toml b/Cargo.toml index e0286d78..79c4f755 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,37 +38,37 @@ freedesktop-icons = "0.2.2" git = "https://github.com/pop-os/cosmic-theme.git" [dependencies.iced] -path = "../fork/iced/" +path = "iced" default-features = false features = ["image", "svg"] [dependencies.iced_core] -path = "../fork/iced/core" +path = "iced/core" [dependencies.iced_widget] -path = "../fork/iced/widget" +path = "iced/widget" [dependencies.iced_accessibility] -path = "../fork/iced/accessibility" +path = "iced/accessibility" optional = true [dependencies.iced_tiny_skia] -path = "../fork/iced/tiny_skia" +path = "iced/tiny_skia" optional = true [dependencies.iced_style] -path = "../fork/iced/style" +path = "iced/style" [dependencies.iced_sctk] -path = "../fork/iced/sctk" +path = "iced/sctk" optional = true [dependencies.iced_winit] -path = "../fork/iced/winit" +path = "iced/winit" optional = true [dependencies.iced_wgpu] -path = "../fork/iced/wgpu" +path = "iced/wgpu" optional = true [workspace] diff --git a/iced b/iced index 422d1f1e..75ec3940 160000 --- a/iced +++ b/iced @@ -1 +1 @@ -Subproject commit 422d1f1e09dbceee3fbdf08e62e96779e5d60cf1 +Subproject commit 75ec39407e2339d5fa10124ff371de39ee1794c8