rust/lib-hedgewars-engine/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Mon, 15 Jul 2019 13:13:14 +0200
changeset 15242 0986513cd6e1
parent 15190 e2adb40c7988
child 15265 07e909ba4203
permissions -rw-r--r--
HedgeEditor/Construction Mode: Adjust ammo ordering to match ammo menu's

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

[dependencies]
gl = "0.11"
netbuf = "0.4"
itertools = "0.8"
png = "0.13"

fpnum = { path = "../fpnum" }
land2d = { path = "../land2d" }
lfprng = { path = "../lfprng" }
integral-geometry = { path = "../integral-geometry" }
landgen = { path = "../landgen" }
hedgewars-engine-messages = { path = "../hedgewars-engine-messages" }
hwphysics = { path = "../hwphysics" }
mapgen = { path = "../mapgen" }
vec2d = { path = "../vec2d" }

[dev-dependencies]
proptest = "0.9.2"

[lib]
name = "hedgewars_engine"
crate-type = ["dylib"]