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

Reviewed-on: #11
This commit is contained in:
hodasemi 2023-03-26 09:01:09 +02:00
commit 80feb876be

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