chore: Add tokio fieature to iced import

This allows applets to use the `time::every` subscription
This commit is contained in:
Brock 2022-12-15 17:34:05 -07:00 committed by GitHub
parent 5fe445118e
commit c2625ef450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ git = "https://github.com/pop-os/cosmic-theme.git"
[dependencies.iced]
path = "iced"
default-features = false
features = ["image", "svg"]
features = ["image", "svg", "tokio"]
[dependencies.iced_core]
path = "iced/core"