Skip to content

Commit

Permalink
Bump gpu-allocator from 0.24.0 to 0.25.0 (#4992)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2024
1 parent 07290c5 commit f162cfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ gpu-descriptor = "0.2"

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

0 comments on commit f162cfa

Please sign in to comment.