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