Merge pull request 'Update Rust crate image to 0.24.7' (#32) from renovate/image-0.x into master

Reviewed-on: #32
This commit is contained in:
hodasemi 2023-08-15 12:56:11 +02:00
commit 1cd82a4ac2

View file

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