From 157ae9139c869eda464c77ba0310ffc9d1262aa5 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 10 Aug 2023 02:04:00 +0200 Subject: [PATCH] Update Rust crate image to 0.24.7 --- 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 f1f93e4..995367c 100644 --- a/vulkan-rs/Cargo.toml +++ b/vulkan-rs/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -image = "0.24.6" +image = "0.24.7" vulkan-sys = { path = "../vulkan-sys" } vma-rs = { path = "../vma-rs" } anyhow = { version = "1.0.72", features = ["backtrace"] } -- 2.47.0