From 289543775b4291b4361ff51ace8a949cede551d9 Mon Sep 17 00:00:00 2001 From: Thomas Wilgenbus Date: Wed, 27 Dec 2023 12:45:38 +0100 Subject: [PATCH] Bump bevy to 0.12 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69bc18b..ec5f4ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,11 @@ keywords = ["bevy", "spawning", "spawn"] categories = ["game-development"] [dependencies.bevy] -version = "0.11" +version = "0.12" default-features = false [dev-dependencies.bevy] -version = "0.11" +version = "0.12" default-features = false features = [ "bevy_asset",