rust/land2d/Cargo.toml
author nemo
Fri, 23 Nov 2018 16:38:47 -0500
changeset 14290 a7810074c20d
parent 14212 bb2f301d4fe0
permissions -rw-r--r--
these need casting too, but overall switching type is a win.

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