From 0aedeeddce324aa16b3891c8299dc8f5be9292bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 21:52:47 +0000 Subject: [PATCH] chore(deps): update rust crate bevy to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9096b8f..eaa04f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ libm = { version = "0.2.8", default-features = false, optional = true } [dev-dependencies] rstest = { version = "0.18.2", default-features = false } -bevy = { version = "0.11.3", default-features = false, features = ["bevy_render", "bevy_winit", "bevy_core_pipeline", "bevy_sprite", "bevy_asset", "x11"]} +bevy = { version = "0.12.0", default-features = false, features = ["bevy_render", "bevy_winit", "bevy_core_pipeline", "bevy_sprite", "bevy_asset", "x11"]} glam = { version = "0.24.2", features = ["libm", "approx"] } approx = "0.5.1"