Skip to content

Commit caf8af3

Browse files
Update naga requirement from 27 to 28
Updates the requirements on [naga](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@naga-v27.0.0...v28.0.0) --- updated-dependencies: - dependency-name: naga dependency-version: 28.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d533cea commit caf8af3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ wgpu = { version = "27", default-features = false, features = [
9393
"naga-ir",
9494
"fragile-send-sync-non-atomic-wasm",
9595
] }
96-
naga = { version = "27", features = ["wgsl-in"] }
96+
naga = { version = "28", features = ["wgsl-in"] }
9797
bytemuck = { version = "1.5", features = ["derive", "must_cast"] }
9898
downcast-rs = { version = "2", default-features = false, features = ["std"] }
9999
thiserror = { version = "2", default-features = false }

crates/bevy_shader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bevy_platform = { path = "../bevy_platform", version = "0.18.0-dev" }
1616

1717
# other
1818
wgpu-types = { version = "27", default-features = false }
19-
naga = { version = "27", features = ["wgsl-in"] }
19+
naga = { version = "28", features = ["wgsl-in"] }
2020
serde = { version = "1", features = ["derive"] }
2121
thiserror = { version = "2", default-features = false }
2222
wesl = { version = "0.3.1", optional = true }

0 commit comments

Comments
 (0)