rust/landgen/Cargo.toml
author unC0Rr
Fri, 22 Nov 2024 17:29:48 +0100
branchtransitional_engine
changeset 16041 fc5258d7ecb2
parent 15915 8f093b1b18bc
child 16051 a5eaeefa4ab3
permissions -rw-r--r--
Make AI less annoying

[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" }
vec2d = { path = "../vec2d" }
itertools = "0.7.8"
png = "0.17"