Replace chrono with time in clock example
This commit is contained in:
parent
8f97619785
commit
aaf2444e9f
2 changed files with 14 additions and 11 deletions
|
|
@ -7,4 +7,4 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
|
||||
chrono = "0.4"
|
||||
time = { version = "0.3.5", features = ["local-offset"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue