rust/landgen/Cargo.toml
author unC0Rr
Mon, 30 Jan 2023 15:50:14 +0100
branchtransitional_engine
changeset 15912 6e22f4390b7e
parent 14207 bb2f301d4fe0
child 15913 c5684cc62de8
permissions -rw-r--r--
Add basics of wavefront collapse algorithm

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

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