Skip to content

Commit 631cdc1

Browse files
committed
wgpu 27: update deps
1 parent 96fcc9d commit 631cdc1

File tree

4 files changed

+76
-45
lines changed

4 files changed

+76
-45
lines changed

Cargo.lock

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

examples/runners/wgpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cfg-if = "1.0.0"
2222
shared = { path = "../../shaders/shared" }
2323
futures = { version = "0.3", default-features = false, features = ["std", "executor"] }
2424
# Vulkan SDK or MoltenVK needs to be installed for `vulkan-portability` to work on macOS
25-
wgpu = { version = "26.0.1", features = ["spirv", "vulkan-portability"] }
25+
wgpu = { version = "27.0.1", features = ["spirv", "vulkan-portability"] }
2626
winit = { version = "0.30.0", features = ["android-native-activity", "rwh_05"] }
2727
clap = { version = "4", features = ["derive"] }
2828
strum = { version = "0.27.2", default-features = false, features = ["std", "derive"] }

tests/difftests/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use-compiled-tools = [
2020
spirv-builder.workspace = true
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"
23-
wgpu = { version = "26.0.1", default-features = false, features = ["std", "parking_lot", "spirv", "wgsl", "vulkan", "vulkan-portability", "metal"] }
23+
wgpu = { version = "27.0.1", default-features = false, features = ["std", "parking_lot", "spirv", "wgsl", "vulkan", "vulkan-portability", "metal"] }
2424
ash = { version = "0.38" }
2525
tempfile = "3.5"
2626
futures = "0.3.31"

tests/difftests/tests/Cargo.lock

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

0 commit comments

Comments
 (0)