summaryrefslogtreecommitdiff
path: root/gate_build/Cargo.toml
blob: 63d061c5b34fdacb63202cdfc5a80ddd2593db7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gate_build"
version = "0.5.0"
authors = ["Matthew Michelotti <matthew@matthewmichelotti.com>"]
description = "Build utilities for Gate, a specialized 2D game library"
documentation = "https://docs.rs/gate_build/"
repository = "https://github.com/SergiusIW/gate"
readme = "README.md"
keywords = ["2D", "game"]
license = "Apache-2.0"

[dependencies]
image = "0.15.0"
byteorder = "1.1.0"
regex = "0.2.2"
lazy_static = "0.2.8"