author | unC0Rr |
Wed, 28 Aug 2024 15:31:51 +0200 | |
branch | transitional_engine |
changeset 16021 | 6a3dc15b78b9 |
parent 15900 | 128ace913837 |
permissions | -rw-r--r-- |
13917 | 1 |
[package] |
2 |
name = "land2d" |
|
3 |
version = "0.1.0" |
|
4 |
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"] |
|
15900
128ace913837
Introduce hwengine-future library, use Land allocated in it
unC0Rr
parents:
14207
diff
changeset
|
5 |
edition = "2021" |
13917 | 6 |
|
7 |
[dependencies] |
|
8 |
vec2d = { path = "../vec2d" } |
|
13936 | 9 |
integral-geometry = { path = "../integral-geometry" } |