Remove redundant default chrono feature in clock example

This commit is contained in:
Héctor Ramón Jiménez 2024-05-18 11:32:26 +02:00
parent d265cc133e
commit 4936efc375
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -8,5 +8,5 @@ publish = false
[dependencies]
iced.workspace = true
iced.features = ["canvas", "tokio", "debug"]
chrono = { version = "0.4", features = [ "clock" ] }
chrono = "0.4"
tracing-subscriber = "0.3"