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,4 @@ edition = "2018"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../.." }
|
||||
iced_native = { path = "../../native" }
|
||||
iced_futures = { path = "../../futures", features = ["async-std"] }
|
||||
async-std = { version = "1.0", features = ["unstable"] }
|
||||
iced = { path = "../..", features = ["tokio"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue