From e6c71b076c1526be5d0c780712ac83c8bca7a829 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 00:47:25 +0000 Subject: [PATCH] Update Rust crate gpu-allocator to 0.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 634d018..a2cec1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ ash = "0.38" ash-window = "0.13" bytemuck = "1.22" glam = "0.30" -gpu-allocator = { version = "0.27", default-features = false } +gpu-allocator = { version = "0.28", default-features = false } indicatif = "0.18.0" parking_lot = "0.12" raw-window-handle = "0.6"