Skip to content

Commit 8aed6ed

Browse files
authored
Update gpu-allocator dependency to 0.27 (#5982)
1 parent 80921f4 commit 8aed6ed

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

Cargo.lock

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

wgpu-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ libloading = { version = ">=0.7, <0.9", optional = true }
147147
# backend: Dx12
148148
bit-set = { version = "0.6", optional = true }
149149
range-alloc = { version = "0.1", optional = true }
150-
gpu-allocator = { version = "0.26", default-features = false, features = [
150+
gpu-allocator = { version = "0.27", default-features = false, features = [
151151
"d3d12",
152152
"public-winapi",
153153
], optional = true }

0 commit comments

Comments
 (0)