Merge pull request #1644 from pop-os/desktop-disable-wgpu

Disable wgpu feature in cosmic-files-applet
This commit is contained in:
Jeremy Soller 2026-02-20 15:03:29 -07:00 committed by GitHub
commit ee719d578c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,4 +10,4 @@ zbus = "4" # Blocking connection in zbus 5 hangs
[dependencies.cosmic-files]
path = ".."
default-features = false
features = ["desktop", "gvfs", "wayland", "wgpu", "desktop-applet"]
features = ["desktop", "gvfs", "wayland", "desktop-applet"]