Bump gpu-allocator from 0.24.0 to 0.25.0 (#4992)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-04 22:12:25 -05:00 committed by GitHub
parent 07290c53b3
commit f162cfa0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

5
Cargo.lock generated
View File

@ -1601,11 +1601,10 @@ dependencies = [
[[package]]
name = "gpu-allocator"
version = "0.24.0"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d79e648296d0cf46c494e594763b6b362c4567e447177bc82750c733398b2a"
checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
dependencies = [
"backtrace",
"log",
"presser",
"thiserror",

View File

@ -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",
] }

View File

@ -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 }