From 4e6c57bd11e9d222d80867b43a22328456499ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:33:29 +0000 Subject: [PATCH] Update bevy_egui requirement from 0.26 to 0.38 Updates the requirements on [bevy_egui](https://github.com/vladbat00/bevy_egui) to permit the latest version. - [Release notes](https://github.com/vladbat00/bevy_egui/releases) - [Changelog](https://github.com/vladbat00/bevy_egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/vladbat00/bevy_egui/compare/v0.26.0...v0.38.0) --- updated-dependencies: - dependency-name: bevy_egui dependency-version: 0.38.0 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 22e2067..dc225ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] # Game engine bevy = { version = "0.13", features = ["dynamic_linking"] } -bevy_egui = "0.26" +bevy_egui = "0.38" # Verification z3 = { version = "0.12", features = ["static-link-z3"] }