jecs 0.1.0

A simple but functional ECS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.eyre]
version = "0.6.5"

[dependencies.thiserror]
version = "1.0.29"

[package]
authors = ["jellycat-io <max@jellycat.fr>"]
description = "A simple but functional ECS"
edition = "2018"
license-file = "LICENSE"
name = "jecs"
repository = "https://github.com/jellycat-io/jecs"
version = "0.1.0"