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 }