Skip to content

Commit

Permalink
disable the expose-ids feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Jan 4, 2023
1 parent a11a865 commit 7b7921a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ name = "stencil-triangles"
test = true

[features]
default = ["wgsl", "expose-ids"]
default = ["wgsl"]
# Apply run-time checks, even in release builds. These are in addition
# to the validation carried out at public APIs in all builds.
strict_asserts = ["wgc?/strict_asserts", "wgt/strict_asserts"]
Expand Down

0 comments on commit 7b7921a

Please sign in to comment.