rust/land2d/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Wed, 17 Oct 2018 05:33:02 +0200
changeset 13933 429945a9b8db
parent 13917 a83ba9ba1566
child 13936 78c798d655ad
permissions -rw-r--r--
Lua: Add PLATFORM global var to distinguish between desktop and mobile builds

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

[dependencies]
vec2d = { path = "../vec2d" }