diff --git a/examples/cosmic/Cargo.toml b/examples/cosmic/Cargo.toml index 67e19785..72439a97 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 021ee9ad..1abe6331 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"]