Update Rust crate image to 0.24.9 #53

Merged
hodasemi merged 1 commit from renovate/image-0.x into master 2024-02-26 09:34:14 +00:00
Showing only changes of commit 0170b577b8 - Show all commits

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