Skip to content

Commit

Permalink
Update gpu-allocator dependency to 0.27 (#5982)
Browse files Browse the repository at this point in the history
  • Loading branch information
nical authored Jul 18, 2024
1 parent 80921f4 commit 8aed6ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
29 changes: 5 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ libloading = { version = ">=0.7, <0.9", optional = true }
# backend: Dx12
bit-set = { version = "0.6", optional = true }
range-alloc = { version = "0.1", optional = true }
gpu-allocator = { version = "0.26", default-features = false, features = [
gpu-allocator = { version = "0.27", default-features = false, features = [
"d3d12",
"public-winapi",
], optional = true }
Expand Down

0 comments on commit 8aed6ed

Please sign in to comment.