fix: disable wgpu to fix image button rendering

This commit is contained in:
Michael Aaron Murphy 2024-02-13 16:53:07 +01:00 committed by Michael Murphy
parent c8a5107dcf
commit f27f030e2f
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ resolver = "2"
[workspace.dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
features = ["single-instance", "tokio", "wayland", "xdg-portal", "wgpu"]
features = ["single-instance", "tokio", "wayland", "xdg-portal"]
[workspace.dependencies.cosmic-config]
git = "https://github.com/pop-os/libcosmic"

View file

@ -51,6 +51,6 @@ version = "0.14.1"
features = ["fluent-system", "desktop-requester"]
[features]
default = ["wgpu"]
default = []
wgpu = ["libcosmic/wgpu"]
test = []