stevenarella/Cargo.toml

29 lines
482 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>" ]
2015-09-19 14:08:28 -04:00
build = "build.rs"
2015-09-07 16:11:00 -04:00
[dependencies]
2015-10-01 15:07:27 -04:00
glutin = "0.3.7"
2015-09-07 16:11:00 -04:00
byteorder = "0.3.13"
2015-09-10 06:49:41 -04:00
hyper = "0.6.13"
serde = "0.6.0"
serde_json = "0.6.0"
flate2 = "0.2.9"
2015-09-17 11:04:25 -04:00
zip = "0.1.12"
image = "0.3.12"
time = "0.1.32"
2015-09-18 17:02:08 -04:00
rand = "0.3.11"
2015-09-25 09:00:49 -04:00
rustc-serialize = "0.3"
2015-09-29 17:33:24 -04:00
log = "0.3.2"
2016-03-16 13:33:06 -04:00
cgmath = "0.3.1"
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"