stevenarella/Cargo.toml

41 lines
739 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-21 14:59:15 -04:00
glutin = {git = "https://github.com/Thinkofname/glutin", branch = "hide-cursor-state-x11"}
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"
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"
2016-03-16 14:09:28 -04:00
[profile.dev]
2016-03-19 12:32:13 -04:00
opt-level = 0
2016-03-16 14:09:28 -04:00
debug = true
rpath = false
lto = false
debug-assertions = true
codegen-units = 4