From b8b2283bae0ef0527a618b3c54e1eec2e779591b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:24:37 +0000 Subject: [PATCH] Update bevy requirement from 0.18 to 0.19 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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: bevy dependency-version: 0.19.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 1048bee..c88e24e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ version = "0.7.0" [dependencies] anyhow = "1" -bevy = { version = "0.18", default-features = false, features = [ +bevy = { version = "0.19", default-features = false, features = [ "bevy_asset", "bevy_mesh", ], optional = true }