[package] name = "shine" version = "0.1.0" authors = ["gzp "] license = "MIT/Apache-2.0" description = "SHINE. My sandbox engine to learn rust." repository = "https://github.com/gzp/shine" keywords = ["ecs", "game", "engine"] [workspace] members = [ "testutils", "store", "graph", "graph-macro", "ecs" ] [dependencies] log = "0.4.5" env_logger = "0.5.13" shine-store = {path = "store", version = "0.2.0"} shine-ecs = {path = "ecs", version = "0.1.0"}