Update required bevy version to 0.11
[package] | [package] | ||
name = "micro_bevy_world_utils" | name = "micro_bevy_world_utils" | ||
version = "0.2.1" | version = "0.3.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.10.1" | bevy_ecs = "0.11.0" | ||
bevy_hierarchy = "0.10.1" | bevy_hierarchy = "0.11.0" |
Please register or sign in to comment