rust/lib-hedgewars-engine/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Wed, 07 Nov 2018 23:43:15 +0100
changeset 14168 5c6f947c342c
parent 14166 7d3b94cdc3c4
child 14188 3b83ec44e10b
permissions -rw-r--r--
Pas2C: Fix data types of Trunc and Ceil

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

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

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