veloren/world/Cargo.toml
Joshua Barretto b2cbce8475 Refactored worldgen sampling, added cache layer
Former-commit-id: 3ad5277ed0c871d6678a42629145cb722d4c76c5
2019-05-25 05:51:45 +01:00

15 lines
327 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"
fxhash = "0.2"
[dev-dependencies]
minifb = { git = "https://github.com/emoon/rust_minifb.git" }