Remove redundant default chrono feature in clock example
This commit is contained in:
parent
d265cc133e
commit
4936efc375
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ publish = false
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced.workspace = true
|
iced.workspace = true
|
||||||
iced.features = ["canvas", "tokio", "debug"]
|
iced.features = ["canvas", "tokio", "debug"]
|
||||||
chrono = { version = "0.4", features = [ "clock" ] }
|
chrono = "0.4"
|
||||||
tracing-subscriber = "0.3"
|
tracing-subscriber = "0.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue