Bump bevy version to 0.15
[package] | [package] | ||
name = "micro_bevy_world_utils" | name = "micro_bevy_world_utils" | ||
version = "0.5.0" | version = "0.6.0" | ||
edition = "2021" | edition = "2021" | ||
license = "Apache-2.0" | license = "Apache-2.0" | ||
description = "Handy, reusable utilities for working with direct world access in a Bevy exclusive system" | description = "Handy, reusable utilities for working with direct world access in a Bevy exclusive system" | ||
... | @@ -10,6 +10,5 @@ authors = [ | ... | @@ -10,6 +10,5 @@ authors = [ |
repository = "https://lab.lcr.gr/microhacks/micro-bevy-world-utils" | repository = "https://lab.lcr.gr/microhacks/micro-bevy-world-utils" | ||
[dependencies] | [dependencies] | ||
bevy_ecs = "0.15" | |||
bevy_ecs = "0.14" | bevy_hierarchy = "0.15" | ||
bevy_hierarchy = "0.14" |
Please register or sign in to comment