Skip to content

Commit

Permalink
fix: disable wgpu to fix image button rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Feb 13, 2024
1 parent 4803f6c commit 42f19e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ version = "0.14.1"
features = ["fluent-system", "desktop-requester"]

[features]
default = ["wgpu"]
default = []
wgpu = ["libcosmic/wgpu"]
test = []

0 comments on commit 42f19e4

Please sign in to comment.