From 130be16d12e2cb7aceb02b5a6cc1ef5a91fbaba0 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Mon, 8 May 2023 18:50:32 -0400 Subject: [PATCH] use cosmic-advanced-text branch of iced --- Cargo.toml | 18 +++++++++--------- iced | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 478c28b9..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 bea3f519..86a33b37 160000 --- a/iced +++ b/iced @@ -1 +1 @@ -Subproject commit bea3f519ab5036c017e70def32e887a4d11c89aa +Subproject commit 86a33b373480c88fd6d9188fb460479a63837dec