1
0
Fork 0
forked from wry/wry

all: update dependencies

This commit is contained in:
Julian Orth 2026-02-10 19:10:31 +01:00
parent 75e56bb8c0
commit 7ad18fb79f
6 changed files with 280 additions and 86 deletions

View file

@ -38,7 +38,7 @@ libloading = "0.9.0"
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
isnt = "0.2.0"
once_cell = "1.19.0"
rand = "0.9.1"
rand = "0.10.0"
smallvec = { version = "1.11.1", features = ["const_generics", "const_new", "union"] }
byteorder = "1.5.0"
bincode = "1.3.3"
@ -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.1.0" }
ash = { package = "jay-ash", version = "0.2.0" }
gpu-alloc = "0.6.0"
gpu-alloc-types = "0.3.0"
serde = { version = "1.0.196", features = ["derive"] }
@ -62,7 +62,7 @@ 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"] }
tiny-skia = { version = "0.11.4", default-features = false, features = ["std"] }
tiny-skia = { version = "0.12.0", default-features = false, features = ["std"] }
regex = "1.11.1"
cfg-if = "1.0.0"
opera = "1.0.1"