trex 0.1.6

The Rust Entity Component System
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "trex"
description = "The Rust Entity Component System"
version = "0.1.6"
authors = ["Colin Ray <r.colinray@gmail.com>"]
homepage = "https://github.com/rcolinray/trex"
repository = "https://github.com/rcolinray/trex"
keywords = ["ecs", "entity", "component", "system"]
license = "MIT"

[dependencies]
vec_map = "0.6.0"
bit-set = "0.4.0"

[dev-dependencies]
lazy_static = "0.1.15"
ansi_term = "0.7.2"