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

[dependencies]
byteorder = "1.1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
gl = "0.6.1"
sdl2 = { version = "0.29", default-features = false, features = ["image", "mixer"] }
time = "0.1.40"