gameServer2/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Mon, 16 Jul 2018 20:28:01 +0200
changeset 13495 4faebbf9c44f
parent 13444 c4f917c6be51
child 13527 282e5e54386f
permissions -rw-r--r--
Fix hwengine crash when using >1 controllers Reason: Data type mismatch for SDL_JoystickName, we wed in an index, but it expected a controller handle. Solution: Switch to SDL_JoystickNameForIndex.

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

[dependencies]
rand = "0.5"
mio = "0.6"
slab = "0.4"
netbuf = "0.4.0"
nom = "4.0"
env_logger = "0.4"
log = "0.4"
proptest = "0.8"
base64 = "0.9"