vulkan: switch to jay-ash crate
This commit is contained in:
parent
5c101597f4
commit
25fb7b5031
5 changed files with 383 additions and 218 deletions
|
|
@ -34,7 +34,7 @@ log = { version = "0.4.20", features = ["std"] }
|
|||
futures-util = "0.3.30"
|
||||
num-traits = "0.2.17"
|
||||
num-derive = "0.4.2"
|
||||
libloading = "0.8.1"
|
||||
libloading = "0.9.0"
|
||||
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
|
||||
isnt = "0.2.0"
|
||||
once_cell = "1.19.0"
|
||||
|
|
@ -52,9 +52,9 @@ chrono = "0.4.33"
|
|||
parking_lot = "0.12.1"
|
||||
arrayvec = "0.7.4"
|
||||
indexmap = "2.2.0"
|
||||
ash = "0.38.0"
|
||||
ash = { package = "jay-ash", version = "0.1.0" }
|
||||
gpu-alloc = "0.6.0"
|
||||
gpu-alloc-ash = "0.7.0"
|
||||
gpu-alloc-types = "0.3.0"
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde_json = "1.0.128"
|
||||
linearize = { version = "0.1.3", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue