rust/lib-hwengine-future/Cargo.toml
author unC0Rr
Wed, 28 Aug 2024 17:16:23 +0200
branchtransitional_engine
changeset 16052 0fd23fc57947
parent 16050 6a3dc15b78b9
permissions -rw-r--r--
Make pascal engine link to hwengine-future and use WFC generator
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15929
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
     1
[package]
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
     2
name = "lib-hwengine-future"
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
     3
version = "0.1.0"
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
     4
edition = "2021"
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
     5
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
     6
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
     7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
     8
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
     9
[dependencies]
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
    10
land2d = { path = "../land2d" }
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
    11
integral-geometry = { path = "../integral-geometry" }
15933
33798b649d9c Use rust land generator in hwengine
unC0Rr
parents: 15929
diff changeset
    12
mapgen = { path = "../mapgen" }
33798b649d9c Use rust land generator in hwengine
unC0Rr
parents: 15929
diff changeset
    13
landgen = { path = "../landgen" }
33798b649d9c Use rust land generator in hwengine
unC0Rr
parents: 15929
diff changeset
    14
lfprng = { path = "../lfprng" }
15929
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
    15
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
    16
[lib]
128ace913837 Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff changeset
    17
name = "hwengine_future"
16052
0fd23fc57947 Make pascal engine link to hwengine-future and use WFC generator
unC0Rr
parents: 16050
diff changeset
    18
crate-type = ["cdylib"]