Commit 696ee15
deps: Update Rust crate tray-icon to 0.24.0 (#128)
* deps: Update Rust crate tray-icon to 0.24.0
* fix(versi): re-enable tray-icon gtk feature for muda Linux build
tray-icon 0.24.0 moved `muda/gtk` behind its own `gtk` feature flag
(gtk = ["muda/gtk", "dep:libappindicator"]). With our existing
`default-features = false`, gtk no longer propagates and muda's Linux
platform module fails to compile (E0432 unresolved `self::platform`
and `crate::platform_impl::PlatformIcon`). Adding `features = ["gtk"]`
restores the Linux build without re-enabling libxdo.
Assisted-by: Claude:claude-opus-4-7
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: almeidx <github@almeidx.dev>1 parent 28cc703 commit 696ee15
2 files changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments