From d86c99dbef8172cb1aae94bb3dee326b5ec2e5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:06:10 +0000 Subject: [PATCH] Update glam requirement from 0.29.1 to 0.30.2 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.30.2) --- updated-dependencies: - dependency-name: glam dependency-version: 0.30.2 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 ca969b5..f024377 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.30.2" rand = "0.8.5" [features] diff --git a/crates/dodgy_3d/Cargo.toml b/crates/dodgy_3d/Cargo.toml index 9d19483..7068762 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.30.2" rand = "0.8.5" [features]