recs 2.0.1

Simple, flexible, macro-free entity-component system in pure (stable!) Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "recs"
version = "2.0.1"
authors = ["Andy Barron <AndrewLBarron@gmail.com>"]

description = "Simple, flexible, macro-free entity-component system in pure (stable!) Rust."
repository = "https://github.com/andybarron/rustic-ecs"
documentation = "https://andybarron.github.io/rustic-ecs"
readme = "./README.md"
keywords = ["entity", "entity-component", "component", "system", "ecs"]
license = "MIT"