gallium_ecs 0.2.0

A simple entity-component-system crate for rust with serialization support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.ron]
version = "0.6.4"

[dependencies.serde]
version = "1.0.127"

[dependencies.typetag]
version = "0.1"

[package]
description = "A simple entity-component-system crate for rust with serialization support"
edition = "2018"
license = "GPL-3.0"
name = "gallium_ecs"
version = "0.2.0"