rust/lib-hwengine-future/Cargo.toml
author unC0Rr
Wed, 15 Feb 2023 12:42:43 +0100
branchtransitional_engine
changeset 15926 c273908218f3
parent 15904 33798b649d9c
child 16009 7544a7d7c819
permissions -rw-r--r--
Format the code, apply clippy fixes

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