-
Notifications
You must be signed in to change notification settings - Fork 111
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
Iced 0.13 #706
Conversation
485b736
to
09a0a9f
Compare
Cargo.toml
Outdated
@@ -11,16 +11,18 @@ cosmic-randr = { git = "https://github.com/pop-os/cosmic-randr" } | |||
tokio = { version = "1.40.0", features = ["macros"] } | |||
|
|||
[workspace.dependencies.libcosmic] | |||
git = "https://github.com/pop-os/libcosmic" | |||
features = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If some of these features can be made optional but default, then it is likely cosmic-settings would run fine on any OS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, i can probably do that now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added these as default, but they can be disabled "wayland", "dbus-config", "single-instance", "a11y", "wgpu"
clippy chore: update togglers clippy
No description provided.