Skip to content

Commit

Permalink
Update gpu allocator to 0.22 (gfx-rs#3447)
Browse files Browse the repository at this point in the history
* bump gpu-allocator version

* cargo.lock
  • Loading branch information
Elabajaba authored and cwfitzgerald committed Feb 9, 2023
1 parent 14d514e commit 40deab3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 31 deletions.
69 changes: 39 additions & 30 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 @@ -75,7 +75,7 @@ glow = { version = "0.12.0", optional = true }
# backend: Dx12
bit-set = { version = "0.5", optional = true }
range-alloc = { version = "0.1", optional = true }
gpu-allocator = { version = "0.21", default_features = false, features = ["d3d12", "windows", "public-winapi"], optional = true }
gpu-allocator = { version = "0.22", default_features = false, features = ["d3d12", "windows", "public-winapi"], optional = true }
hassle-rs = { version = "0.9", optional = true }

[dependencies.wgt]
Expand Down

0 comments on commit 40deab3

Please sign in to comment.