rust/lib-hedgewars-engine/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Mon, 19 Nov 2018 01:10:27 +0100
changeset 14233 5b454a442048
parent 14207 bb2f301d4fe0
child 14255 a239e4243cf9
permissions -rw-r--r--
Fix typo in German translation of ACF1

[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"]