Skip to content

Commit bbabc90

Browse files
Bump wgpu from 26.0.1 to 27.0.1
Bumps [wgpu](https://github.com/gfx-rs/wgpu) from 26.0.1 to 27.0.1. - [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-v26.0.1...wgpu-v27.0.1) --- updated-dependencies: - dependency-name: wgpu dependency-version: 27.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d38cce3 commit bbabc90

File tree

2 files changed

+68
-29
lines changed

2 files changed

+68
-29
lines changed

Cargo.lock

Lines changed: 67 additions & 28 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
@@ -16,7 +16,7 @@ shaderc = { version = "=0.7", optional = true, default-features = false }
1616
naga = { version = "=26.0.0", optional = true, default-features = false, features = ["spv-out", "glsl-in", "wgsl-in"] }
1717
rand = "=0.8.5"
1818
obj-rs = "=0.7.0"
19-
wgpu = { version = "=26.0.1", optional = true, features = ["wgsl", "spirv"] }
19+
wgpu = { version = "=27.0.1", optional = true, features = ["wgsl", "spirv"] }
2020
pollster = { version = "=0.3.0", optional = true }
2121
lambda-rs-logging = { path = "../lambda-rs-logging", version = "2023.1.30" }
2222

0 commit comments

Comments
 (0)