The local libcosmic fork renamed its package to libcosmic-yoda, but this
workspace still asked for `libcosmic` by path, so the whole workspace
failed to resolve.
Naming the dependency key `libcosmic` with `package = "libcosmic-yoda"`
is not enough: a renamed dependency takes its key as the extern name, so
the 67 source files that `use cosmic::` would stop compiling. Key the
dependency `cosmic` instead, matching every other repo in the local
stack, and update the `libcosmic/*` feature strings accordingly.
Also carried in this commit, from earlier work in the tree: the sctk
workspace dependency pinned back to smithay-client-toolkit 0.20.0.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
* chore(appearance): add interface i18n phrases
* wip: appearance page skeleton
* wip: more work on the skeletop
* wip: appearance
* wip: add icons and more widgets to appearance page
* wip: set the theme on entering and leaving the appearance panel
* cleanup & layout improvements
* wip(appearance): accent buttons
* fixes
fix default schemas, install methods, and appearance page
* use git deps
* clippy and cleanup
* update libcosmic & fix illustration names
* feat: cosmic-comp theme variables
* use git deps
* fix: add dep to control
* fix: install libwayland-dev
* udpate libcosmic
* wip: reset to default button
* refactor: color button improvements
* feat: import / export themes
* refactor: defaults for most color pickers and toggle for window hint
* refactor: use a context drawer for the container background color
* cleanup(appearance): box ThemeBuilder in Message
* cleanup(appearance): clippy
* fix(appearance): window hint toggle handling
* chore: more entries for the default schema
* fix: typo