Bump bevy version support
[package] | [package] | ||
name = "micro_bevy_world_utils" | name = "micro_bevy_world_utils" | ||
version = "0.4.0" | version = "0.5.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" | ||
... | @@ -11,5 +11,5 @@ repository = "https://lab.lcr.gr/microhacks/micro-bevy-world-utils" | ... | @@ -11,5 +11,5 @@ repository = "https://lab.lcr.gr/microhacks/micro-bevy-world-utils" |
[dependencies] | [dependencies] | ||
bevy_ecs = "0.13" | bevy_ecs = "0.14" | ||
bevy_hierarchy = "0.13" | bevy_hierarchy = "0.14" |
Please register or sign in to comment