fix: disable wgpu to fix image button rendering
This commit is contained in:
parent
c8a5107dcf
commit
f27f030e2f
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
||||||
|
|
||||||
[workspace.dependencies.libcosmic]
|
[workspace.dependencies.libcosmic]
|
||||||
git = "https://github.com/pop-os/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]
|
[workspace.dependencies.cosmic-config]
|
||||||
git = "https://github.com/pop-os/libcosmic"
|
git = "https://github.com/pop-os/libcosmic"
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,6 @@ version = "0.14.1"
|
||||||
features = ["fluent-system", "desktop-requester"]
|
features = ["fluent-system", "desktop-requester"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["wgpu"]
|
default = []
|
||||||
wgpu = ["libcosmic/wgpu"]
|
wgpu = ["libcosmic/wgpu"]
|
||||||
test = []
|
test = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue