From 7c1d191219e307ff144a18b84ee1b143f900eea7 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 10 Mar 2024 21:05:31 +0000 Subject: [PATCH] Update Rust crate image to 0.25.0 --- 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 7c91cce..5de57aa 100644 --- a/vulkan-rs/Cargo.toml +++ b/vulkan-rs/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -image = "0.24.9" +image = "0.25.0" vulkan-sys = { path = "../vulkan-sys" } vma-rs = { path = "../vma-rs" } anyhow = { version = "1.0.80", features = ["backtrace"] }