rust/mapgen/Cargo.toml
author nemo
Thu, 10 Aug 2023 20:48:54 -0400
changeset 15974 8bb07b0f50ca
parent 14160 c24a76f131d6
child 15903 230dc46487ea
permissions -rw-r--r--
add some round() so that the scale factor compiles at least with non-integer values

[package]
name = "mapgen"
version = "0.1.0"
authors = ["Hedgewars Project"]
edition = "2018"

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

rand = "0.5"
serde = "1.0"
serde_yaml = "0.8"
serde_derive = "1.0"
png = "0.13"