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-- |
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 | 12 |
mapgen = { path = "../mapgen" } |
13 |
landgen = { path = "../landgen" } |
|
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" |
128ace913837
Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
diff
changeset
|
18 |
crate-type = ["dylib"] |