chore: update gpu-descriptor 0.3.1 → 0.3.2 (#7725)

This commit is contained in:
Erich Gubler 2025-05-25 10:05:17 -04:00 committed by GitHub
parent 24d0eae36c
commit d000d1ac05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1820,9 +1820,9 @@ dependencies = [
[[package]]
name = "gpu-descriptor"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf29e94d6d243368b7a56caa16bc213e4f9f8ed38c4d9557069527b5d5281ca"
checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
dependencies = [
"bitflags 2.9.0",
"gpu-descriptor-types",

View File

@ -202,7 +202,7 @@ objc = "0.2.5"
android_system_properties = "0.1.1"
ash = "0.38"
gpu-alloc = "0.6"
gpu-descriptor = "0.3"
gpu-descriptor = "0.3.2"
# DX12 dependencies
gpu-allocator = { version = "0.27", default-features = false }