From 573ad2c5696d6f1fcdba5f2f951b2d4985fa8635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:22:20 +0000 Subject: [PATCH] Update bevy_egui requirement from 0.22 to 0.27 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.27.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..399a3c4 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.27" smooth-bevy-cameras = "0.9"