all: update dependencies
This commit is contained in:
parent
d29dea05fb
commit
bfed2c0f41
3 changed files with 27 additions and 27 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue