rust/landgen/Cargo.toml
author unc0rr
Sun, 04 Nov 2018 00:20:27 +0100
changeset 14130 376a0551b00a
parent 14056 8a0d69c16cad
child 14212 bb2f301d4fe0
permissions -rw-r--r--
- Add distance-divider option to land_dump - Fix multiplication overflow errors (iy went widly out of bounds)

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

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