Disable wgpu feature in cosmic-files-applet

This commit is contained in:
Jeremy Soller 2026-02-20 11:08:48 -07:00
parent 4e0b44b5bb
commit 43da42a2b6

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"]