From 80bd0f5f6d05046ded93aa812779a8ecbd1313d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:32:45 +0000 Subject: [PATCH] Update bevy requirement from 0.13 to 0.17 Updates the requirements on [bevy](https://github.com/bevyengine/bevy) to permit the latest version. - [Release notes](https://github.com/bevyengine/bevy/releases) - [Commits](https://github.com/bevyengine/bevy/compare/v0.13.0...v0.17.3) --- updated-dependencies: - dependency-name: bevy dependency-version: 0.17.3 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..774c541 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] # Game engine -bevy = { version = "0.13", features = ["dynamic_linking"] } +bevy = { version = "0.17", features = ["dynamic_linking"] } bevy_egui = "0.26" # Verification