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

Differential Revision: https://phabricator.services.mozilla.com/D160196
This commit is contained in:
teoxoy 2022-10-26 19:48:26 +00:00
parent fc55b0d461
commit ce860e6a42

View File

@ -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"