From c5f9e81eaf47bf0619dc98d5dbdb3daaca73eb04 Mon Sep 17 00:00:00 2001 From: John Wells Date: Tue, 16 Jul 2024 23:03:47 -0400 Subject: [PATCH] gpu-allocator v0.27 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ed9610..f74905f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ profile-with-tracy = ["profiling/profile-with-tracy"] ash = "0.38" ash-window = "0.13" derive_builder = "0.20" -gpu-allocator = { git = "https://github.com/Traverse-Research/gpu-allocator.git", rev = "2e2296e3045f6ae83a879928c87e558830d7ab63" } #"0.26" +gpu-allocator = "0.27" log = "0.4" ordered-float = "4.1" parking_lot = { version = "0.12", optional = true }