use cosmic-advanced-text branch of iced
This commit is contained in:
parent
5da0bef35e
commit
130be16d12
2 changed files with 10 additions and 10 deletions
18
Cargo.toml
18
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]
|
||||
|
|
|
|||
2
iced
2
iced
|
|
@ -1 +1 @@
|
|||
Subproject commit bea3f519ab5036c017e70def32e887a4d11c89aa
|
||||
Subproject commit 86a33b373480c88fd6d9188fb460479a63837dec
|
||||
Loading…
Add table
Add a link
Reference in a new issue