veloren/world/Cargo.toml

16 lines
347 B
TOML
Raw Normal View History

2019-01-15 15:13:11 +00:00
[package]
name = "veloren-world"
version = "0.2.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" }
vek = "0.9"
2019-01-23 20:01:58 +00:00
noise = "0.5"
fxhash = "0.2"
lazy_static = "1.3"
[dev-dependencies]
minifb = { git = "https://github.com/emoon/rust_minifb.git" }