rust/land2d/Cargo.toml
author alfadur
Sat, 03 Nov 2018 02:31:21 +0300
changeset 14112 6a3bcb7c2981
parent 13941 78c798d655ad
child 14212 bb2f301d4fe0
permissions -rw-r--r--
swap coordinate system

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

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