rust/hedgewars-engine/Cargo.toml
author alfadur
Tue, 06 Nov 2018 23:45:54 +0300
changeset 14154 8e2e98760003
parent 14148 745c73e0e644
child 14158 b273b43b16d2
permissions -rw-r--r--
a bit more simplification without an apparent performance gain

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

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