Update Rust crate image to 0.24.9
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 6m42s

This commit is contained in:
RenovateBot 2024-02-24 02:06:41 +00:00
parent 2199b02975
commit 0170b577b8

View file

@ -5,7 +5,7 @@ authors = ["hodasemi <superschneider@t-online.de>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
image = "0.24.8" image = "0.24.9"
vulkan-sys = { path = "../vulkan-sys" } vulkan-sys = { path = "../vulkan-sys" }
vma-rs = { path = "../vma-rs" } vma-rs = { path = "../vma-rs" }
anyhow = { version = "1.0.80", features = ["backtrace"] } anyhow = { version = "1.0.80", features = ["backtrace"] }