From cbab9b2f6de0c3b3e7af06cdb9dd774aeb6db861 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 23 Jul 2024 02:23:39 +0700 Subject: [PATCH] deps: Bump upper bound for `glam` to 0.28. (#23) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6b2fb1..ea1bbc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "crates-io.md" rust-version = "1.60" [dependencies] -glam = { version = ">=0.21, <=0.25", features = ["mint"] } +glam = { version = ">=0.21, <=0.28", features = ["mint"] } mint = "0.5.8" [dev-dependencies]