rust/land2d/Cargo.toml
author unc0rr
Thu, 18 Oct 2018 21:44:09 +0200
changeset 13941 3f69a70063a5
parent 13936 78c798d655ad
child 14207 bb2f301d4fe0
permissions -rw-r--r--
Implement ArcPoints iterator for circles

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

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