rust/land2d/Cargo.toml
author nemo
Sat, 19 Oct 2019 09:34:37 -0400
changeset 15483 ea8fce926e4d
parent 14212 bb2f301d4fe0
permissions -rw-r--r--
256x256 png and xpm of hedgehog.svg

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

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