use cosmic-advanced-text branch of iced

This commit is contained in:
Ashley Wulber 2023-05-08 18:50:32 -04:00
parent 5da0bef35e
commit 130be16d12
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 10 additions and 10 deletions

View file

@ -38,37 +38,37 @@ freedesktop-icons = "0.2.2"
git = "https://github.com/pop-os/cosmic-theme.git" git = "https://github.com/pop-os/cosmic-theme.git"
[dependencies.iced] [dependencies.iced]
path = "../fork/iced" path = "iced"
default-features = false default-features = false
features = ["image", "svg"] features = ["image", "svg"]
[dependencies.iced_core] [dependencies.iced_core]
path = "../fork/iced/core" path = "iced/core"
[dependencies.iced_widget] [dependencies.iced_widget]
path = "../fork/iced/widget" path = "iced/widget"
[dependencies.iced_accessibility] [dependencies.iced_accessibility]
path = "../fork/iced/accessibility" path = "iced/accessibility"
optional = true optional = true
[dependencies.iced_tiny_skia] [dependencies.iced_tiny_skia]
path = "../fork/iced/tiny_skia" path = "iced/tiny_skia"
optional = true optional = true
[dependencies.iced_style] [dependencies.iced_style]
path = "../fork/iced/style" path = "iced/style"
[dependencies.iced_sctk] [dependencies.iced_sctk]
path = "../fork/iced/sctk" path = "iced/sctk"
optional = true optional = true
[dependencies.iced_winit] [dependencies.iced_winit]
path = "../fork/iced/winit" path = "iced/winit"
optional = true optional = true
[dependencies.iced_wgpu] [dependencies.iced_wgpu]
path = "../fork/iced/wgpu" path = "iced/wgpu"
optional = true optional = true
[workspace] [workspace]

2
iced

@ -1 +1 @@
Subproject commit bea3f519ab5036c017e70def32e887a4d11c89aa Subproject commit 86a33b373480c88fd6d9188fb460479a63837dec