improv(sound): reduce codegen, use subscription, and fix threads not exiting on page close
This commit is contained in:
parent
d41cdc5dc2
commit
6a29294e90
6 changed files with 141 additions and 99 deletions
|
|
@ -4,7 +4,7 @@ default-members = ["cosmic-settings"]
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
rust-version = "1.80.0"
|
||||
rust-version = "1.85.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
cosmic-randr = { git = "https://github.com/pop-os/cosmic-randr" }
|
||||
|
|
@ -32,6 +32,9 @@ git = "https://github.com/pop-os/cosmic-panel"
|
|||
[workspace.dependencies.cosmic-randr-shell]
|
||||
git = "https://github.com/pop-os/cosmic-randr"
|
||||
|
||||
[workspace.dependencies.cosmic-settings-subscriptions]
|
||||
git = "https://github.com/pop-os/cosmic-settings-subscriptions"
|
||||
|
||||
[workspace.dependencies.sctk]
|
||||
git = "https://github.com/smithay/client-toolkit/"
|
||||
package = "smithay-client-toolkit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue