[package] name = "qecs" version = "0.0.7" 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.*" vec_map = "^0.4" rustc-serialize = "^0.3" num = "^0.1"