rust/land2d/Cargo.toml
author unc0rr
Tue, 01 Jan 2019 02:22:01 +0100
changeset 14527 a4d560aeda96
parent 14228 bb2f301d4fe0
child 15929 128ace913837
permissions -rw-r--r--
- Never consider a bot in inf attacks mode being in after attack mode, helps action in inf attack - Also start thinking if TurnTimeLeft is bigger than default value

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

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