Fix time::Every implementation for smol runtime

This commit is contained in:
Héctor Ramón Jiménez 2021-01-15 18:52:12 +01:00
parent bcc54b0831
commit fd2c96c8e3
3 changed files with 11 additions and 3 deletions

View file

@ -6,4 +6,4 @@ edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["tokio"] }
iced = { path = "../..", features = ["smol"] }