Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compat with libcosmic #12

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Add compat with libcosmic #12

wants to merge 15 commits into from

Conversation

13r0ck
Copy link
Contributor

@13r0ck 13r0ck commented Jun 1, 2023

Requires adding the libcosmic feature in Cargo.toml

cosmic-time = { version = 1.2.3, features = ["libcosmic"] }

Requires pop-os/libcosmic#110

@13r0ck
Copy link
Contributor Author

13r0ck commented Jun 1, 2023

pop-os/libcosmic#110 needs to be merged, then I can change the libcosmic dep to github, then this will pass CI.

Requires adding the libcosmic feature in Cargo.toml
```
cosmic-time = { version = 1.2.3, features = ["libcosmic"] }
```
@13r0ck 13r0ck force-pushed the libcosmic branch 4 times, most recently from d91f47d to 3db4552 Compare June 5, 2023 19:52
Particulatly animations that are triggered from an interaction,
and the animation needs to be passed thtough a message.
@13r0ck 13r0ck force-pushed the libcosmic branch 5 times, most recently from efe214b to 211c0be Compare June 6, 2023 00:06
Libcosmic needs to correctly expose a subscription to the
display's refresh rate.
Reduces code duplication and makes cosmic-time easier to use with
iced integrations where `subscriptions` might not be used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants