fix: remove non-existent cosmic-time feature from cosmic example

Removes the "libcosmic" feature of cosmic-time from the cosmic example. This feature appears to no longer exist.
This commit is contained in:
netengy-dakotaraptor 2024-10-19 22:00:59 -06:00 committed by Jeremy Soller
parent c70e536b38
commit d718a4a61c

View file

@ -17,4 +17,4 @@ log = "0.4.17"
[dependencies.cosmic-time]
git = "https://github.com/pop-os/cosmic-time"
default-features = false
features = ["libcosmic", "once_cell"]
features = ["once_cell"]