Skip to content

Commit fd41437

Browse files
Bump naga from 26.0.0 to 27.0.3
Bumps [naga](https://github.com/gfx-rs/wgpu) from 26.0.0 to 27.0.3. - [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-v26.0.0...naga-v27.0.3) --- updated-dependencies: - dependency-name: naga dependency-version: 27.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afabc05 commit fd41437

File tree

2 files changed

+47
-6
lines changed

2 files changed

+47
-6
lines changed

Cargo.lock

Lines changed: 46 additions & 5 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
@@ -13,7 +13,7 @@ path = "src/lib.rs"
1313
[dependencies]
1414
winit = "=0.29.15"
1515
shaderc = { version = "=0.7", optional = true, default-features = false }
16-
naga = { version = "=26.0.0", optional = true, default-features = false, features = ["spv-out", "glsl-in", "wgsl-in"] }
16+
naga = { version = "=27.0.3", optional = true, default-features = false, features = ["spv-out", "glsl-in", "wgsl-in"] }
1717
rand = "=0.8.5"
1818
obj-rs = "=0.7.0"
1919
wgpu = { version = "=26.0.1", optional = true, features = ["wgsl", "spirv"] }

0 commit comments

Comments
 (0)