From 2ccb7d60c529c669ff9217543d78d12f2329cc7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 02:15:33 +0000 Subject: [PATCH] chore(deps): update rust crate bevy to 0.11.1 (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68ad59a..3b84729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ smallvec = { version = "1.11.0", default-features = false } [dev-dependencies] rstest = { version = "0.18.2", default-features = false } -bevy = { version = "0.11.0", default-features = false, features = ["bevy_render", "bevy_winit", "bevy_core_pipeline", "bevy_sprite", "bevy_asset", "x11"]} +bevy = { version = "0.11.1", default-features = false, features = ["bevy_render", "bevy_winit", "bevy_core_pipeline", "bevy_sprite", "bevy_asset", "x11"]} glam = { version = "0.24.1", features = ["libm", "approx"] } approx = "0.5.1"