author | unC0Rr |
Thu, 19 Dec 2024 12:40:48 +0100 | |
branch | transitional_engine |
changeset 16079 | 624b74443b53 |
parent 15929 | 128ace913837 |
permissions | -rw-r--r-- |
13938 | 1 |
[package] |
2 |
name = "land2d" |
|
3 |
version = "0.1.0" |
|
4 |
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"] |
|
15929
128ace913837
Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
14228
diff
changeset
|
5 |
edition = "2021" |
13938 | 6 |
|
7 |
[dependencies] |
|
8 |
vec2d = { path = "../vec2d" } |
|
13957 | 9 |
integral-geometry = { path = "../integral-geometry" } |