From a032d9062a161a15143ab2ab632d4a5f411906b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 00:23:24 +0000 Subject: [PATCH] Update bevy_egui requirement from 0.28.0 to 0.29.0 Updates the requirements on [bevy_egui](https://github.com/mvlabat/bevy_egui) to permit the latest version. - [Release notes](https://github.com/mvlabat/bevy_egui/releases) - [Changelog](https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/mvlabat/bevy_egui/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: bevy_egui 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 b15d611b..2245d6bf 100644 --- a/bevy_rapier2d/Cargo.toml +++ b/bevy_rapier2d/Cargo.toml @@ -63,7 +63,7 @@ oorandom = "11" approx = "0.5.1" glam = { version = "0.27", features = ["approx"] } bevy-inspector-egui = "0.25.1" -bevy_egui = "0.28.0" +bevy_egui = "0.29.0" [package.metadata.docs.rs] # Enable all the features when building the docs on docs.rs diff --git a/bevy_rapier3d/Cargo.toml b/bevy_rapier3d/Cargo.toml index ac470cec..fcf92bcc 100644 --- a/bevy_rapier3d/Cargo.toml +++ b/bevy_rapier3d/Cargo.toml @@ -64,7 +64,7 @@ bevy = { version = "0.14", default-features = false, features = [ approx = "0.5.1" glam = { version = "0.27", features = ["approx"] } bevy-inspector-egui = "0.25.1" -bevy_egui = "0.28.0" +bevy_egui = "0.29.0" divan = "0.1" bevy_rapier_benches3d = { version = "0.1", path = "../bevy_rapier_benches3d" }