author | unC0Rr |
Fri, 22 Nov 2024 17:30:45 +0100 | |
branch | transitional_engine |
changeset 16071 | 14b83df1832b |
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" } |