From f721ecdb5440b3ea6e0938e43f448d490467864d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:52:05 +0000 Subject: [PATCH] Update glam requirement from 0.29.1 to 0.32.0 Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitshifter/glam-rs/compare/0.29.1...0.32.0) --- updated-dependencies: - dependency-name: glam dependency-version: 0.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/dodgy_2d/Cargo.toml | 2 +- crates/dodgy_3d/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/dodgy_2d/Cargo.toml b/crates/dodgy_2d/Cargo.toml index daf962a..f110917 100644 --- a/crates/dodgy_2d/Cargo.toml +++ b/crates/dodgy_2d/Cargo.toml @@ -14,7 +14,7 @@ categories = ["game-development"] keywords = ["orca", "rvo", "collision", "avoidance", "navigation"] [dependencies] -glam = "0.29.1" +glam = "0.32.0" rand = "0.9.1" [features] diff --git a/crates/dodgy_3d/Cargo.toml b/crates/dodgy_3d/Cargo.toml index f4ad319..7dd81e4 100644 --- a/crates/dodgy_3d/Cargo.toml +++ b/crates/dodgy_3d/Cargo.toml @@ -14,7 +14,7 @@ categories = ["game-development"] keywords = ["orca", "rvo", "collision", "avoidance", "navigation"] [dependencies] -glam = "0.29.1" +glam = "0.32.0" rand = "0.9.1" [features]