hecs-hierarchy 0.11.2

Hierachy implementation for Hecs ECS
Documentation
[package]
name = "hecs-hierarchy"
version = "0.11.2"
authors = ["Tim Roberts <ten3roberts@gmail.com>"]
edition = "2018"

readme = "README.md"
documentation = "https://docs.rs/hecs-hierarchy"
repository = "https://github.com/ten3roberts/hecs-hierarchy"
description = "Hierachy implementation for Hecs ECS"
license-file = "LICENSE"

keywords = ["gamedev", "ecs", "hierarchy", "hecs"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hecs = "0.7.3"
hecs-schedule = "0.5.0"
once_cell = "1.9.0"
smallvec = "1.7.0"