rust/landgen/Cargo.toml
author unC0Rr
Wed, 15 Feb 2023 12:42:43 +0100
branchtransitional_engine
changeset 15926 c273908218f3
parent 15915 8f093b1b18bc
permissions -rw-r--r--
Format the code, apply clippy fixes

[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"