feat: menubar popups

This commit is contained in:
Ashley Wulber 2025-06-18 12:22:37 -04:00 committed by Ashley Wulber
parent d59f94dab8
commit cce8f8c3ea
2 changed files with 1004 additions and 687 deletions

1688
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -55,8 +55,9 @@ features = ["a11y", "multi-window", "tokio", "winit", "surface-message"]
fork = "0.2"
[features]
default = ["wgpu"]
default = ["wgpu", "wayland"]
wgpu = ["libcosmic/wgpu", "cosmic-files/wgpu"]
wayland = ["libcosmic/wayland", "cosmic-files/wayland"]
[profile.release-with-debug]
inherits = "release"