Implement time::every in iced_futures
This commit is contained in:
parent
bb9ccc4f62
commit
e2076612cb
14 changed files with 110 additions and 169 deletions
|
|
@ -6,7 +6,5 @@ edition = "2018"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["canvas", "async-std", "debug"] }
|
||||
iced_native = { path = "../../native" }
|
||||
async-std = { version = "1.0", features = ["unstable"] }
|
||||
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
|
||||
rand = "0.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue