veloren/world/Cargo.toml
Joshua Barretto feece604be Restarted worldgen
Former-commit-id: e1526ec5f865904f11ab6a1507ecdc1a52acb28d
2019-05-21 22:51:41 +01:00

14 lines
312 B
TOML

[package]
name = "veloren-world"
version = "0.2.0"
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
[dependencies]
common = { package = "veloren-common", path = "../common" }
vek = "0.9"
noise = "0.5"
[dev-dependencies]
minifb = { git = "https://github.com/emoon/rust_minifb.git" }