rust/land2d/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Wed, 31 Oct 2018 18:41:02 +0100
changeset 14068 321bc980fcaa
parent 13957 78c798d655ad
child 14228 bb2f301d4fe0
permissions -rw-r--r--
Fix various string errors in Lua locale files - Wrong format symbol - Typos - Empty translations

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

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