Update Rust crate image to 0.24.6 #11

Merged
hodasemi merged 1 commit from renovate/image-0.x into master 2023-03-26 07:01:10 +00:00

View file

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