Skip to content
Snippets Groups Projects
Commit ce860e6a authored by teoxoy's avatar teoxoy
Browse files

Bug 1783713 - Use wgpu's "strict_asserts" feature r=jimb

parent fc55b0d4
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ git = "https://github.com/gfx-rs/wgpu"
rev = "b752c7d2"
#Note: "replay" shouldn't ideally be needed,
# but it allows us to serialize everything across IPC.
features = ["replay", "trace", "serial-pass"]
features = ["replay", "trace", "serial-pass", "strict_asserts"]
[dependencies.wgt]
package = "wgpu-types"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment