update iced
This commit is contained in:
parent
70077ca985
commit
7e286d0953
3 changed files with 15 additions and 15 deletions
|
|
@ -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 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue