Skip to content

Commit 623d0ac

Browse files
committed
wgpu 0.17.1 as minimum
1 parent 365096a commit 623d0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ image = { version = "0.24", default-features = false }
6060
codespan-reporting = "0.11.0"
6161
# `fragile-send-sync-non-atomic-wasm` feature means we can't use WASM threads for rendering
6262
# 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"] }
63+
wgpu = { version = "0.17.1", features = ["naga", "fragile-send-sync-non-atomic-wasm"] }
6464
naga = { version = "0.13.0", features = ["wgsl-in"] }
6565
naga_oil = "0.9"
6666
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)