veloren/world/Cargo.toml

27 lines
583 B
TOML
Raw Normal View History

2019-01-15 15:13:11 +00:00
[package]
name = "veloren-world"
2019-10-10 13:32:53 +00:00
version = "0.4.0"
2019-01-15 15:13:11 +00:00
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
[dependencies]
common = { package = "veloren-common", path = "../common" }
bitvec = "0.15.1"
2019-08-25 20:37:48 +00:00
vek = "0.9.9"
2019-07-28 15:47:14 +00:00
noise = "0.5.1"
num = "0.2.0"
ordered-float = "1.0"
2019-09-17 14:12:17 +00:00
hashbrown = { version = "0.6.0", features = ["serde"] }
lazy_static = "1.4.0"
log = "0.4.8"
2019-09-17 14:12:17 +00:00
rand = "0.7.2"
2019-07-30 14:10:59 +00:00
rand_chacha = "0.2.1"
2019-09-23 02:18:09 +00:00
arr_macro = "0.1.2"
rayon = "1.1.0"
roots = "0.0.5"
serde = "1.0.101"
ron = "0.5.1"
[dev-dependencies]
minifb = { git = "https://github.com/emoon/rust_minifb.git" }