Skip to content

Commit b638d2f

Browse files
Bump naga from 28.0.0 to 29.0.0
Bumps [naga](https://github.com/gfx-rs/wgpu) from 28.0.0 to 29.0.0. - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md) - [Commits](gfx-rs/wgpu@v28.0.0...v29.0.0) --- updated-dependencies: - dependency-name: naga dependency-version: 29.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c84c44d commit b638d2f

File tree

2 files changed

+80
-21
lines changed

2 files changed

+80
-21
lines changed

Cargo.lock

Lines changed: 79 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lambda-rs-platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "src/lib.rs"
1212

1313
[dependencies]
1414
winit = "=0.29.15"
15-
naga = { version = "=28.0.0", optional = true, default-features = false, features = [
15+
naga = { version = "=29.0.0", optional = true, default-features = false, features = [
1616
"spv-out",
1717
"glsl-in",
1818
"wgsl-in",

0 commit comments

Comments
 (0)