shard-ecs 0.2.6

The Shard Entity Component System.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "shard-ecs"
version = "0.2.6"
edition = "2021"
authors = ["Hindrik Stegenga <mail@hindrik.dev>"]
description = "The Shard Entity Component System."
license = "MIT"
homepage = "https://github.com/HindrikStegenga/Shard"
repository = "https://github.com/HindrikStegenga/Shard"

[features]
derive = ["shard_ecs_derive"]

[dependencies]
shard_ecs_derive = { version = "0.1.0", optional = true}

[dev-dependencies]
rand = "0.8.4"