We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16440be commit bf8868bCopy full SHA for bf8868b
crates/bevy_render/Cargo.toml
@@ -119,15 +119,15 @@ wesl = { version = "0.1.2", optional = true }
119
120
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
121
# Omit the `glsl` feature in non-WebAssembly by default.
122
-naga_oil = { version = "0.17", default-features = false, features = [
+naga_oil = { version = "0.17.1", default-features = false, features = [
123
"test_shader",
124
] }
125
126
[dev-dependencies]
127
proptest = "1"
128
129
[target.'cfg(target_arch = "wasm32")'.dependencies]
130
-naga_oil = "0.17"
+naga_oil = "0.17.1"
131
js-sys = "0.3"
132
web-sys = { version = "0.3.67", features = [
133
'Blob',
0 commit comments