Skip to content

Commit 33da9d1

Browse files
committed
fix: disable wgpu to fix image button rendering
1 parent 0792c4d commit 33da9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ version = "0.14.1"
5151
features = ["fluent-system", "desktop-requester"]
5252

5353
[features]
54-
default = ["wgpu"]
54+
default = []
5555
wgpu = ["libcosmic/wgpu"]
5656
test = []

0 commit comments

Comments
 (0)