rust/mapgen/Cargo.toml
author nemo
Wed, 09 Jan 2019 16:27:57 -0500
changeset 14536 e0af4ce7d8bc
parent 14165 c24a76f131d6
permissions -rw-r--r--
fix incorrect mask set in r7b4643ff60ea - this causes ghost hog collisions and odd hog jumps on overlap with active hog

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