[dependencies.conniecs-derive]
version = "0.2.0"
[dependencies.fnv]
version = "1.0.5"
[dependencies.free-ranges]
version = "1.0"
[dependencies.index-pool]
version = "1.0.5"
[dependencies.time]
version = "0.1.38"
[dependencies.vec_map]
version = "0.8.0"
[package]
authors = ["Connie Hilarides <conni_h@outlook.com>"]
description = """
A simple ECS system based off of the `ecs` crate, but with some minor API
adjustments and derive macros for implementing most of the boilerplate.
Make sure to include the `conniecs-derive` crate as well.
"""
documentation = "https://docs.rs/conniecs"
edition = "2018"
license = "MIT"
name = "conniecs"
repository = "https://github.com/Connicpu/conniecs"
version = "0.2.0"