1
0
Fork 0
forked from wry/wry

cargo: update dependencies

This commit is contained in:
Julian Orth 2025-10-09 19:48:23 +02:00
parent 63e239032a
commit 78d86c1224
9 changed files with 426 additions and 274 deletions

View file

@ -36,7 +36,7 @@ num-traits = "0.2.17"
num-derive = "0.4.2"
libloading = "0.8.1"
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
isnt = "0.1.0"
isnt = "0.2.0"
once_cell = "1.19.0"
rand = "0.9.1"
smallvec = { version = "1.11.1", features = ["const_generics", "const_new", "union"] }
@ -58,7 +58,7 @@ gpu-alloc-ash = "0.7.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.128"
linearize = { version = "0.1.3", features = ["derive"] }
png = "0.17.13"
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 = "0.1.5"