cosmic-config: Don't pull all of iced (#111)

This commit is contained in:
Victoria Brekenfeld 2023-06-02 14:52:40 +02:00 committed by GitHub
parent 5765053ad7
commit cf2818c4a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }