all: update dependencies
This commit is contained in:
parent
75e56bb8c0
commit
7ad18fb79f
6 changed files with 280 additions and 86 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue