From 9c9f2e062f37bb19721d774a3cd761e8eed3af73 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sat, 16 Mar 2024 17:41:47 -0400 Subject: [PATCH] Update to glam 0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09b3e49..b48cd3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ bytemuck = "1.12.3" mint = "0.5.9" cgmath = { version = "0.18.0", default-features = false, optional = true } -glam = { version = "^0.24", default-features = false, features = ["mint"], optional = true } +glam = { version = "^0.25", default-features = false, features = ["mint"], optional = true } nalgebra = { version = "0.32.3", default-features = false, features = ["mint"], optional = true } [dev-dependencies]