specs_engine 0.0.3

A simple Application engine based around specs-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
slog = "1.3.2"
slog-term = "1.3.3"
specs = "0.7.0"

[package]
authors = ["bytebuddha <shadowcynical@gmail.com>"]
description = "A simple Application engine based around specs-rs"
documentation = "https://docs.rs/crate/specs_engine"
homepage = "https://github.com/bytebuddha/specs_engine"
keywords = ["ecs", "engine", "app"]
license-file = "LICENSE.md"
name = "specs_engine"
readme = "README.md"
repository = "https://github.com/bytebuddha/specs_engine"
version = "0.0.3"