rust/land2d/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Fri, 09 Nov 2018 23:42:44 +0100
changeset 14191 a1178e1b57a6
parent 13936 78c798d655ad
child 14207 bb2f301d4fe0
permissions -rw-r--r--
Fix bad StrToInt call ('0x' instead of '$' for hex), confuses Pas2C

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

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