rust/lib-hedgewars-engine/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Mon, 19 Nov 2018 17:56:49 +0100
changeset 14244 748c611bee79
parent 14212 bb2f301d4fe0
child 14260 a239e4243cf9
permissions -rw-r--r--
Remove some chatslang from missions Note: loc("...") does not violate the string freeze, this string has already been collected

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

[dependencies]
gfx = "0.17"
gfx_device_gl = "0.15"

land2d = { path = "../land2d" }
lfprng = { path = "../lfprng" }
integral-geometry = { path = "../integral-geometry" }
landgen = { path = "../landgen" }

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