From 803196da4485a9a9ac3b79438f32705a191fa4b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:41:13 +0000 Subject: [PATCH] chore(deps): update rust crate glam to 0.28.0 --- 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