mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
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:
parent
07290c53b3
commit
f162cfa0f8
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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",
|
||||
|
@ -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",
|
||||
] }
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user