rust/lib-hedgewars-engine/Cargo.toml
author unC0Rr
Fri, 16 Nov 2018 16:32:51 +0100
changeset 14219 77b95406631e
parent 14212 bb2f301d4fe0
child 14260 a239e4243cf9
permissions -rw-r--r--
Implement more of parsing, start implementation of engine messages rendering

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