From 74bf435565e738ee1221e19706aaaea2dbe8c1c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:42:59 +0000 Subject: [PATCH] chore(deps): update rust crate glam to 0.28.0 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8977bb..b5a8ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ std = ["slotmap/std"] slotmap = { version = "1.0", default-features = false } [dev-dependencies] -glam = "0.27.0" +glam = "0.28.0" [profile.dev] opt-level = 1