Skip to content

Commit

Permalink
Remove WGPU feature "wgsl"
Browse files Browse the repository at this point in the history
Result: approx 3% decrease in binary size
  • Loading branch information
dhardy committed Dec 11, 2023
1 parent c41a885 commit 5c5d8c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/kas-wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ version = "0.6.0"

[dependencies.wgpu]
version = "0.18.0"
default-features = false
features = ["spirv"]

[build-dependencies]
Expand Down

0 comments on commit 5c5d8c7

Please sign in to comment.