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 12f71a8 commit 72e05a9Copy full SHA for 72e05a9
crates/bevy_render/Cargo.toml
@@ -83,7 +83,7 @@ codespan-reporting = "0.11.0"
83
# It is enabled for now to avoid having to do a significant overhaul of the renderer just for wasm.
84
# When the 'atomics' feature is enabled `fragile-send-sync-non-atomic` does nothing
85
# and Bevy instead wraps `wgpu` types to verify they are not used off their origin thread.
86
-wgpu = { version = "24", default-features = false, features = [
+wgpu = { version = "25", default-features = false, features = [
87
"wgsl",
88
"dx12",
89
"metal",
0 commit comments