chore: Add tokio fieature to iced import
This allows applets to use the `time::every` subscription
This commit is contained in:
parent
5fe445118e
commit
c2625ef450
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ git = "https://github.com/pop-os/cosmic-theme.git"
|
||||||
[dependencies.iced]
|
[dependencies.iced]
|
||||||
path = "iced"
|
path = "iced"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["image", "svg"]
|
features = ["image", "svg", "tokio"]
|
||||||
|
|
||||||
[dependencies.iced_core]
|
[dependencies.iced_core]
|
||||||
path = "iced/core"
|
path = "iced/core"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue