From cd67dc160a58af78c27413230d04fb743e77448a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:53:46 +0000 Subject: [PATCH] Update bevy_egui requirement from 0.22 to 0.25 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.22.0...v0.25.0) --- updated-dependencies: - dependency-name: bevy_egui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f0b018..afc53bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,5 +35,5 @@ thiserror = "1" [dev-dependencies] bevy = { version = "0.11", default-features = false, features = ["bevy_pbr"] } bevy-aabb-instancing = "0.10" -bevy_egui = "0.22" +bevy_egui = "0.25" smooth-bevy-cameras = "0.9"