veloren/world/Cargo.toml

19 lines
451 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" }
2019-08-25 20:37:48 +00:00
vek = "0.9.9"
2019-07-28 15:47:14 +00:00
noise = "0.5.1"
2019-09-17 14:12:17 +00:00
hashbrown = { version = "0.6.0", features = ["serde"] }
lazy_static = "1.4.0"
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"
[dev-dependencies]
minifb = { git = "https://github.com/emoon/rust_minifb.git" }