rust/lib-hwengine-future/Cargo.toml
author unC0Rr
Tue, 28 Jan 2025 15:49:45 +0100
changeset 16102 5d302b12d837
parent 16052 0fd23fc57947
permissions -rw-r--r--
- Update landgen to use the latest rand crate - Change Size width and height from usize to u32 for portability - Implement backtracking in wfc generator

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