Finish clock example
This commit is contained in:
parent
f34407bfda
commit
578ea4abb8
11 changed files with 200 additions and 76 deletions
|
|
@ -9,5 +9,7 @@ publish = false
|
|||
canvas = []
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["canvas", "async-std"] }
|
||||
iced = { path = "../..", features = ["canvas", "async-std", "debug"] }
|
||||
iced_native = { path = "../../native" }
|
||||
chrono = "0.4"
|
||||
async-std = { version = "1.0", features = ["unstable"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue