gameServer2/Cargo.toml
author Wuzzy <almikes@aol.com>
Wed, 27 Sep 2017 06:17:41 +0200
changeset 12558 a401aec4df64
parent 12142 193dfdcb0620
child 12762 6f4ab0339c16
permissions -rw-r--r--
Fix ACF2 mission sometimes being unwinnable after returning to Leaks A Lot After accepting cyborgs offer, combat should normally start after walking past the tree. This sometimes didn't work, the mission did not advance and you could never win, even after defeating the Stronglings.

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

[dependencies]
rand = "0.3"
mio = "0.6"
slab = "0.3"
netbuf = "0.3.8"
nom = "2.0"
env_logger = "0.3.5"
log = "0.3.6"