From c07381724c13d3ce0cceacb05975214257a0ae81 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Tue, 2 Apr 2024 09:35:18 -0400 Subject: [PATCH] =?UTF-8?q?build:=20upgrade=20`glam`=200.25=20=E2=86=92=20?= =?UTF-8?q?0.27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01d50e6..4d538fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ const_panic = { version = "0.2", default-features = false } mint = { version = "0.5.9", default-features = false, optional = true } cgmath = { version = "0.18", default-features = false, optional = true } -glam = { version = "0.25", features = ["std"], default-features = false, optional = true } +glam = { version = "0.27", features = ["std"], default-features = false, optional = true } nalgebra = { version = "0.32", default-features = false, optional = true } ultraviolet = { version = "0.9", features = ["int"], default-features = false, optional = true } vek = { version = "0.16", default-features = false, optional = true }