Replace chrono with time in clock example

This commit is contained in:
Héctor Ramón Jiménez 2022-01-12 20:16:33 +07:00
parent 8f97619785
commit aaf2444e9f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 14 additions and 11 deletions

View file

@ -7,4 +7,4 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
chrono = "0.4"
time = { version = "0.3.5", features = ["local-offset"] }