feat: menubar popups

This commit is contained in:
Ashley Wulber 2025-06-18 14:38:52 -04:00
parent dc538d86e9
commit c47c12fe17
6 changed files with 1037 additions and 703 deletions

View file

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