cosmic-config: Don't pull all of iced (#111)
This commit is contained in:
parent
5765053ad7
commit
cf2818c4a1
1 changed files with 2 additions and 2 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 = "../iced/", optional = true }
|
||||
iced_futures = { path = "../iced/futures/", 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