From aaf2444e9fda16318e56adff9c7c8650a99e6a12 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 12 Jan 2022 20:16:33 +0700 Subject: Replace `chrono` with `time` in `clock` example --- examples/clock/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/clock/Cargo.toml') diff --git a/examples/clock/Cargo.toml b/examples/clock/Cargo.toml index c6e32379..29457c0d 100644 --- a/examples/clock/Cargo.toml +++ b/examples/clock/Cargo.toml @@ -7,4 +7,4 @@ publish = false [dependencies] iced = { path = "../..", features = ["canvas", "tokio", "debug"] } -chrono = "0.4" +time = { version = "0.3.5", features = ["local-offset"] } -- cgit