From 479c33c3b40473c86eac84ef9aef7c94ffe7b908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:09:42 +0000 Subject: [PATCH] Update bevy requirement from 0.14.0-rc.3 to 0.15.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.14.0-rc.3...v0.15.0) --- updated-dependencies: - dependency-name: bevy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad7f5ef9..bd4b00db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ egui = ['dep:bevy_egui'] [dependencies] leafwing_input_manager_macros = { path = "macros", version = "0.15.1" } -bevy = { version = "0.14.0-rc.3", default-features = false, features = [ +bevy = { version = "0.15.0", default-features = false, features = [ "serialize", ] } bevy_egui = { version = "0.30", optional = true } @@ -63,7 +63,7 @@ dyn-hash = "0.2" once_cell = "1.19" [dev-dependencies] -bevy = { version = "0.14.0-rc.3", default-features = false, features = [ +bevy = { version = "0.15.0", default-features = false, features = [ "bevy_asset", "bevy_sprite", "bevy_text",