Update deps
... | @@ -2,7 +2,14 @@ | ... | @@ -2,7 +2,14 @@ |
name = "micro_bevy_world_utils" | name = "micro_bevy_world_utils" | ||
version = "0.1.0" | version = "0.1.0" | ||
edition = "2021" | edition = "2021" | ||
license = "Apache-2.0" | |||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | description = "Handy, reusable utilities for working with direct world access in a Bevy exclusive system" | ||
authors = [ | |||
"Louis Capitanchik <louis@microhacks.co.uk>" | |||
] | |||
repository = "https://lab.lcr.gr/microhacks/micro-bevy-world-utils" | |||
[dependencies] | [dependencies] | ||
bevy_ecs = "0.9.0" | |||
bevy_hierarchy = "0.9.0" |
Please register or sign in to comment