rust/landgen/Cargo.toml
author unc0rr
Sun, 28 Oct 2018 23:24:04 +0100
changeset 14026 3b3d97ed2286
parent 13938 1fa905aa4cdb
child 14051 8a0d69c16cad
permissions -rw-r--r--
Start land generators implementation

[package]
name = "landgen"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]

[dependencies]
integral-geometry = { path = "../integral-geometry" }
land2d = { path = "../land2d" }