rust/land2d/Cargo.toml
author unc0rr
Sat, 03 Nov 2018 21:09:01 +0100
changeset 14143 c27461e6a9eb
parent 13957 78c798d655ad
child 14228 bb2f301d4fe0
permissions -rw-r--r--
Implement non-overflowing calculations for high values

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

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