rust/lib-hwengine-future/Cargo.toml
author unC0Rr
Wed, 28 Aug 2024 15:34:49 +0200 (4 months ago)
branchtransitional_engine
changeset 16022 2003b466b279
parent 16021 6a3dc15b78b9
child 16023 0fd23fc57947
permissions -rw-r--r--
Merge default
[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" }
mapgen = { path = "../mapgen" }
landgen = { path = "../landgen" }
lfprng = { path = "../lfprng" }

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