Update Rust crate image to 0.24.6

This commit is contained in:
RenovateBot 2023-03-26 03:03:57 +02:00
parent 79ce95f45b
commit 1358fee34f

View file

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