From fe00ee26b9af44f63f7010b47988088dc73df734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:16:05 +0000 Subject: [PATCH] Update glam requirement from 0.27 to 0.29 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.27.0...0.29.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bevy_rapier2d/Cargo.toml | 2 +- bevy_rapier3d/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bevy_rapier2d/Cargo.toml b/bevy_rapier2d/Cargo.toml index d1d1d6ca..1c4ba7a9 100644 --- a/bevy_rapier2d/Cargo.toml +++ b/bevy_rapier2d/Cargo.toml @@ -64,7 +64,7 @@ bevy = { version = "0.14", default-features = false, features = [ ] } oorandom = "11" approx = "0.5.1" -glam = { version = "0.27", features = ["approx"] } +glam = { version = "0.29", features = ["approx"] } bevy-inspector-egui = "0.25.1" bevy_egui = "0.28.0" bevy_mod_debugdump = "0.11" diff --git a/bevy_rapier3d/Cargo.toml b/bevy_rapier3d/Cargo.toml index 3ab3cfcb..de593f80 100644 --- a/bevy_rapier3d/Cargo.toml +++ b/bevy_rapier3d/Cargo.toml @@ -65,7 +65,7 @@ bevy = { version = "0.14", default-features = false, features = [ "bevy_debug_stepping", ] } approx = "0.5.1" -glam = { version = "0.27", features = ["approx"] } +glam = { version = "0.29", features = ["approx"] } bevy-inspector-egui = "0.25.1" bevy_egui = "0.28.0" divan = "0.1"