Update Rust crate image to 0.25.0 #56

Merged
RenovateBot merged 1 commit from renovate/image-0.x into master 2024-03-11 00:06:54 +00:00

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"] }