author | unC0Rr |
Wed, 04 Jan 2023 10:42:21 +0100 | |
branch | transitional_engine |
changeset 15904 | 33798b649d9c |
parent 15900 | 128ace913837 |
child 16009 | 7544a7d7c819 |
permissions | -rw-r--r-- |
[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"]