1
0
Fork 0
forked from wry/wry

all: update dependencies

This commit is contained in:
Julian Orth 2026-03-13 23:34:15 +01:00
parent d29dea05fb
commit bfed2c0f41
3 changed files with 27 additions and 27 deletions

View file

@ -52,7 +52,7 @@ chrono = "0.4.33"
parking_lot = "0.12.1"
arrayvec = "0.7.4"
indexmap = "2.2.0"
ash = { package = "jay-ash", version = "0.2.0" }
ash = { package = "jay-ash", version = "0.3.0" }
gpu-alloc = "0.6.0"
gpu-alloc-types = "0.3.0"
serde = { version = "1.0.196", features = ["derive"] }
@ -61,7 +61,7 @@ linearize = { version = "0.1.3", features = ["derive"] }
png = "0.18.0"
rustc-demangle = { version = "0.1.24", optional = true }
tracy-client-sys = { version = "0.24.1", features = ["ondemand", "manual-lifetime", "debuginfod", "demangle"], optional = true }
kbvm = { version = "0.1.5", features = ["compose"] }
kbvm = { version = "0.1.6", features = ["compose"] }
tiny-skia = { version = "0.12.0", default-features = false, features = ["std"] }
regex = "1.11.1"
cfg-if = "1.0.0"