Fix time::Every implementation for smol runtime
This commit is contained in:
parent
bcc54b0831
commit
fd2c96c8e3
3 changed files with 11 additions and 3 deletions
|
|
@ -6,4 +6,4 @@ edition = "2018"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["tokio"] }
|
||||
iced = { path = "../..", features = ["smol"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue