From 1913afe2d63bab3adc4280ec33af8f517404b70b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:35:49 -0500 Subject: [PATCH] Update bevy_egui requirement from 0.23 to 0.24 (#431) 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.23.0...v0.24.0) --- updated-dependencies: - dependency-name: bevy_egui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 081b8807..635590b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ bevy = { version = "0.12", default-features = false, features = [ "serialize", "bevy_gilrs", ] } -bevy_egui = { version = "0.23", optional = true } +bevy_egui = { version = "0.24", optional = true } derive_more = { version = "0.99", default-features = false, features = [ "display", @@ -52,7 +52,7 @@ bevy = { version = "0.12", default-features = false, features = [ "bevy_core_pipeline", "x11", ] } -bevy_egui = { version = "0.23" } +bevy_egui = { version = "0.24" } serde_test = "1.0" criterion = "0.5"