Update Rust crate image to 0.25.0
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 7m55s

This commit is contained in:
RenovateBot 2024-03-10 21:05:31 +00:00
parent b10e3245a5
commit 7c1d191219

View file

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