ecs-tiny 0.3.0

A minimal ECS supporting entity and component insertion/removal, association, and single-type iteration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ecs-tiny"
version = "0.3.0"
authors = ["GossiperLoturot"]
edition = "2021"
description = "A minimal ECS supporting entity and component insertion/removal, association, and single-type iteration."
readme = "README.md"
repository = "https://github.com/GossiperLoturot/ecs-tiny"
license = "MIT"
keywords = ["game", "ecs"]
categories = ["data-structures", "game-engines", "game-development"]

[dependencies]
ahash = "0.8"
slab = "0.4"
stack-any = "0.1"