From baad15033cbe3cac3ce9db1362abfeb94073e287 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Thu, 14 Sep 2023 00:33:44 +0200 Subject: [PATCH] chore(examples): merged cosmic-time changes --- examples/cosmic/Cargo.toml | 1 - examples/design-demo/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/cosmic/Cargo.toml b/examples/cosmic/Cargo.toml index 67e1978..72439a9 100644 --- a/examples/cosmic/Cargo.toml +++ b/examples/cosmic/Cargo.toml @@ -16,6 +16,5 @@ log = "0.4.17" [dependencies.cosmic-time] git = "https://github.com/pop-os/cosmic-time" -branch = "icon-color" default-features = false features = ["libcosmic", "once_cell"] \ No newline at end of file diff --git a/examples/design-demo/Cargo.toml b/examples/design-demo/Cargo.toml index 021ee9a..1abe633 100644 --- a/examples/design-demo/Cargo.toml +++ b/examples/design-demo/Cargo.toml @@ -15,6 +15,5 @@ features = ["debug", "winit", "tokio"] [dependencies.cosmic-time] git = "https://github.com/pop-os/cosmic-time" -branch = "icon-color" default-features = false features = ["libcosmic", "once_cell"]