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 365096a commit 623d0acCopy full SHA for 623d0ac
crates/bevy_render/Cargo.toml
@@ -60,7 +60,7 @@ image = { version = "0.24", default-features = false }
60
codespan-reporting = "0.11.0"
61
# `fragile-send-sync-non-atomic-wasm` feature means we can't use WASM threads for rendering
62
# It is enabled for now to avoid having to do a significant overhaul of the renderer just for wasm
63
-wgpu = { version = "0.17.0", features = ["naga", "fragile-send-sync-non-atomic-wasm"] }
+wgpu = { version = "0.17.1", features = ["naga", "fragile-send-sync-non-atomic-wasm"] }
64
naga = { version = "0.13.0", features = ["wgsl-in"] }
65
naga_oil = "0.9"
66
serde = { version = "1", features = ["derive"] }
0 commit comments