anima-engine 0.0.1

The quirky game engine.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "anima-engine"
version = "0.0.1"
description = "The quirky game engine."
authors = ["DragoČ™ Tiselice <dragostiselice@gmail.com>", "Robert Krody <krody.robi@gmail.com>"]
repository = "https://github.com/anima-engine/anima-engine"
documentation = "http://anima-engine.github.io/anima-engine/"
keywords = ["anima", "anima-engine", "game", "engine"]
license = "LGPL-3.0"

[dependencies]
mrusty = "0.3.2"
time = "0.1.35"

[dev-dependencies]
mrusty = { version = "0.3.2", features = ["gnu-readline"] }