veloren/world/Cargo.toml
Joshua Yanovski 825ba1b4f4 WIP fixes: more pleasing uplift generation.
Uses the exponential distribution now.
2020-01-23 18:18:07 +01:00

28 lines
651 B
TOML

[package]
name = "veloren-world"
version = "0.4.0"
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
[dependencies]
common = { package = "veloren-common", path = "../common" }
bitvec = "0.15.2"
vek = "0.9.9"
noise = { version = "0.6.0", default-features = false }
num = "0.2.0"
ordered-float = "1.0"
hashbrown = { version = "0.6.2", features = ["serde"] }
lazy_static = "1.4.0"
log = "0.4.8"
rand = "0.7.2"
rand_chacha = "0.2.1"
arr_macro = "0.1.2"
rayon = "1.2.0"
roots = "0.0.5"
serde = "1.0.102"
ron = "0.5.1"
pretty_env_logger = "0.3.0"
[dev-dependencies]
minifb = { git = "https://github.com/emoon/rust_minifb.git" }