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
|
|
@ -51,6 +51,6 @@ version = "0.14.1"
|
|||
features = ["fluent-system", "desktop-requester"]
|
||||
|
||||
[features]
|
||||
default = ["wgpu"]
|
||||
default = []
|
||||
wgpu = ["libcosmic/wgpu"]
|
||||
test = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue