rust/lib-hwengine-future/Cargo.toml
author unC0Rr
Mon, 02 Jan 2023 15:59:26 +0100
branchtransitional_engine
changeset 15900 128ace913837
child 15904 33798b649d9c
permissions -rw-r--r--
Introduce hwengine-future library, use Land allocated in it

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

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