From 1358fee34f4077c1d7e594511d5d453e33ea66a5 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 26 Mar 2023 03:03:57 +0200 Subject: [PATCH] Update Rust crate image to 0.24.6 --- vulkan-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkan-rs/Cargo.toml b/vulkan-rs/Cargo.toml index 4065306..828bc3a 100644 --- a/vulkan-rs/Cargo.toml +++ b/vulkan-rs/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] 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"] } -- 2.45.2