Skip to content

Commit 72e05a9

Browse files
Update wgpu requirement from 24 to 25
Updates the requirements on [wgpu](https://github.com/gfx-rs/wgpu) to permit the latest version. - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md) - [Commits](gfx-rs/wgpu@wgpu-v24.0.1...v25.0.0) --- updated-dependencies: - dependency-name: wgpu dependency-version: 25.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12f71a8 commit 72e05a9

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
@@ -83,7 +83,7 @@ codespan-reporting = "0.11.0"
8383
# It is enabled for now to avoid having to do a significant overhaul of the renderer just for wasm.
8484
# When the 'atomics' feature is enabled `fragile-send-sync-non-atomic` does nothing
8585
# and Bevy instead wraps `wgpu` types to verify they are not used off their origin thread.
86-
wgpu = { version = "24", default-features = false, features = [
86+
wgpu = { version = "25", default-features = false, features = [
8787
"wgsl",
8888
"dx12",
8989
"metal",

0 commit comments

Comments
 (0)