1
0
Fork 0
forked from wry/wry

vulkan: switch to jay-ash crate

This commit is contained in:
Julian Orth 2026-01-24 01:25:51 +01:00
parent 5c101597f4
commit 25fb7b5031
5 changed files with 383 additions and 218 deletions

View file

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