rust/lib-hwengine-future/Cargo.toml
author unC0Rr
Fri, 19 Jan 2024 13:07:22 +0100
branchtransitional_engine
changeset 16009 7544a7d7c819
parent 15904 33798b649d9c
permissions -rw-r--r--
Start on adopting corrosion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15900
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" }
15904
33798b649d9c Use rust land generator in hwengine
unC0Rr
parents: 15900
diff changeset
    12
mapgen = { path = "../mapgen" }
33798b649d9c Use rust land generator in hwengine
unC0Rr
parents: 15900
diff changeset
    13
landgen = { path = "../landgen" }
33798b649d9c Use rust land generator in hwengine
unC0Rr
parents: 15900
diff changeset
    14
lfprng = { path = "../lfprng" }
15900
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"
16009
7544a7d7c819 Start on adopting corrosion
unC0Rr
parents: 15904
diff changeset
    18
crate-type = ["cdylib"]