From 9610b2fa1ac3ca8ea7a61403253898cd636d3896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:37:46 +0000 Subject: [PATCH] Update glam requirement from 0.29.1 to 0.31.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.31.0) --- updated-dependencies: - dependency-name: glam dependency-version: 0.31.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..8d99539 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.31.0" rand = "0.9.1" [features] diff --git a/crates/dodgy_3d/Cargo.toml b/crates/dodgy_3d/Cargo.toml index f4ad319..9fddbe2 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.31.0" rand = "0.9.1" [features]