trecs 0.1.0

a tiny and easy to use ecs library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.trecs_proc]
version = "0.1.0"

[features]
default = ["system"]
system = ["trecs_proc/system"]

[package]
description = "a tiny and easy to use ecs library"
edition = "2021"
keywords = ["gamedev", "ecs"]
license-file = "LICENSE"
name = "trecs"
readme = "README.md"
repository = "https://github.com/twhice/tecs"
resolver = "1"
version = "0.1.0"