rust/land2d/Cargo.toml
author alfadur
Fri, 05 Jul 2019 23:40:03 +0300
changeset 15221 387345a14b3f
parent 14212 bb2f301d4fe0
permissions -rw-r--r--
replace overflowing_sub with wrapping_sub

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