branch | transitional_engine |
changeset 15900 | 128ace913837 |
child 15904 | 33798b649d9c |
15899:73cdc306888f | 15900:128ace913837 |
---|---|
1 [package] |
|
2 name = "lib-hwengine-future" |
|
3 version = "0.1.0" |
|
4 edition = "2021" |
|
5 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"] |
|
6 |
|
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
8 |
|
9 [dependencies] |
|
10 land2d = { path = "../land2d" } |
|
11 integral-geometry = { path = "../integral-geometry" } |
|
12 |
|
13 [lib] |
|
14 name = "hwengine_future" |
|
15 crate-type = ["dylib"] |