rust/land2d/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Thu, 01 Nov 2018 01:07:26 +0100
changeset 14074 38eb5937169e
parent 13957 78c798d655ad
child 14228 bb2f301d4fe0
permissions -rw-r--r--
Fix taunts playing too fast after a shot Fixes regression introduced by bf14c7c1be02

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

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