From a081bae10d2191e62ea4151b90a9596d777d81ec Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 14 Jan 2024 02:07:36 +0100 Subject: [PATCH] Update Rust crate image to 0.24.8 --- 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 49adebd..70485ca 100644 --- a/vulkan-rs/Cargo.toml +++ b/vulkan-rs/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -image = "0.24.7" +image = "0.24.8" vulkan-sys = { path = "../vulkan-sys" } vma-rs = { path = "../vma-rs" } anyhow = { version = "1.0.79", features = ["backtrace"] } -- 2.45.2