rust/hedgewars-engine/Cargo.toml
author unC0Rr
Wed, 07 Nov 2018 15:55:32 +0100
changeset 14153 b273b43b16d2
parent 14143 745c73e0e644
child 14166 7d3b94cdc3c4
permissions -rw-r--r--
Make hedgewars-engine crate produce shared library, implement some basics

[package]
name = "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"]