[dependencies.hashbrown]
version = "0.12"
[features]
default = ["std"]
std = []
[package]
authors = ["Zakarum <zakarumych@ya.ru>"]
categories = ["no-std", "game-development", "data-structures"]
description = "Experimental entity-component-system library"
documentation = "https://docs.rs/edict"
edition = "2018"
homepage = "https://github.com/zakarumych/edict"
keywords = ["ecs", "entity"]
license = "MIT OR Apache-2.0"
name = "edict"
readme = "README.md"
repository = "https://github.com/zakarumych/edict"
version = "0.0.4"