Update Rust crate image to 0.25.1
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 8m13s

This commit is contained in:
RenovateBot 2024-03-31 03:06:32 +00:00
parent 4d476c4263
commit d57137d798

View file

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