qecs 0.0.1

Soon to be highly flexible Entity-Component-System framework, core lib.
Documentation
[package]
name = "qecs"
version = "0.0.1"
authors = ["qrlpx <>"]
keywords = ["ecs", "game"]
description = "Soon to be highly flexible Entity-Component-System framework, core lib." 

repository = "https://github.com/qrlpx/qecs"

license = "CC0-1.0"

[dependencies]
qecs-core = "0.0.7"
vec_map = "^0.4"
rustc-serialize = "^0.3"
num = "^0.1"