[dependencies]
[lib]
crate-type = ["dylib", "rlib"]
[package]
authors = ["Luke Jones <luke@ljones.dev>"]
categories = ["data-structures", "game-engines"]
description = "Placeholder for coming crate intended to replace tiny_ecs"
documentation = "https://docs.rs/tiny_ecs/"
edition = "2018"
homepage = "https://gitlab.com/ljcode/tiny_ecs"
include = ["src/*.rs", "Cargo.toml", "LICENSE"]
keywords = ["ecs", "entity", "component", "system", "tiny"]
license = "MPL-2.0"
name = "basecs"
readme = "README.md"
repository = "https://gitlab.com/ljcode/tiny_ecs"
version = "0.0.1"