From 39d7f245ad060a07fe16867068c9ab88c20fd07b Mon Sep 17 00:00:00 2001 From: Antoine Clarman Date: Tue, 23 Jun 2026 01:53:50 +0200 Subject: [PATCH] chore: update glam to 0.33.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbd0364..af89d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,6 @@ libm = ["dep:libm", "glam/libm"] [dependencies] constgebra = { version = "0.1.4", default-features = false } -glam = { version = "0.32.0", default-features = false } +glam = { version = "0.33.1", default-features = false } libm = { version = "0.2", optional = true } tinyvec = { version = "1.8.1", optional = true, default-features = false }