From b824f264550da5263910444e2c9849e025188e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 01:01:48 +0000 Subject: [PATCH] Update bevy requirement from 0.15.1 to 0.16.0 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.15.1...v0.16.0) --- updated-dependencies: - dependency-name: bevy dependency-version: 0.16.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 96c6f80..719ca93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" [dependencies] -bevy = { version = "0.15.1", features = ["jpeg", "trace_tracy", "trace_tracy_memory"] } +bevy = { version = "0.16.0", features = ["jpeg", "trace_tracy", "trace_tracy_memory"] } bevy_egui = "0.31.1" bevy_asset = "0.15.0" bevy-inspector-egui = "0.28.0"