stevenarella/Cargo.toml

36 lines
730 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]
rustc-serialize = "0.3"
glfw = "0.1.0"
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-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"
2015-09-12 15:31:26 -04:00
2015-09-17 11:04:25 -04:00
[target.x86_64-pc-windows-gnu.dependencies]
glfw = { version = "0.1.0", default-features = false }
[target.x86_64-pc-windows-msvc.dependencies]
glfw = { version = "0.1.0", default-features = false }
[target.i686-pc-windows-gnu.dependencies]
glfw = { version = "0.1.0", default-features = false }