stevenarella/Cargo.toml

35 lines
650 B
TOML
Raw Normal View History

2015-09-07 16:11:00 -04:00
[package]
2015-09-12 15:31:26 -04:00
name = "steven"
2015-09-07 16:11:00 -04:00
version = "0.0.1"
authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>" ]
[dependencies]
2016-03-25 09:15:35 -04:00
sdl2 = "0.16.1"
2016-03-16 13:53:04 -04:00
byteorder = "0.5.0"
hyper = "0.8.0"
serde = "0.7.0"
serde_json = "0.7.0"
flate2 = "0.2.13"
zip = "0.1.16"
image = "0.7.0"
time = "0.1.34"
rand = "0.3.14"
rustc-serialize = "0.3.18"
log = "0.3.5"
cgmath = "0.7.0"
2016-03-19 20:29:35 -04:00
lazy_static = "0.1.15"
2016-03-22 07:47:02 -04:00
collision = {git = "https://github.com/csherratt/collision-rs", rev = "f80825e"}
2016-03-26 10:24:26 -04:00
# clippy = "*"
2015-09-07 16:11:00 -04:00
[dependencies.steven_gl]
path = "./gl"
version = "0"
2015-09-10 06:49:41 -04:00
[dependencies.steven_openssl]
path = "./openssl"
version = "0"
2016-03-16 14:09:28 -04:00
2016-03-16 14:15:13 -04:00
[dependencies.steven_resources]
path = "./resources"
version = "0"