From e5ead2c54dbbf0f2b2d499025adf4c27e6d6e681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:09:14 +0000 Subject: [PATCH] build(deps): update bevy requirement from 0.12 to 0.13 Updates the requirements on [bevy](https://github.com/bevyengine/bevy) to permit the latest version. - [Release notes](https://github.com/bevyengine/bevy/releases) - [Changelog](https://github.com/bevyengine/bevy/blob/main/CHANGELOG.md) - [Commits](https://github.com/bevyengine/bevy/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: bevy 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 ab6600a..4687c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/vectorgameexperts/bevy-vello" [workspace.dependencies] -bevy = { version = "0.12", default-features = false, features = [ +bevy = { version = "0.13", default-features = false, features = [ "bevy_asset", "bevy_winit", "bevy_core_pipeline",