author | unC0Rr |
Thu, 19 Dec 2024 12:43:38 +0100 | |
branch | transitional_engine |
changeset 16051 | a5eaeefa4ab3 |
parent 15915 | 8f093b1b18bc |
permissions | -rw-r--r-- |
13908 | 1 |
[package] |
2 |
name = "landgen" |
|
3 |
version = "0.1.0" |
|
4 |
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"] |
|
15912 | 5 |
edition = "2021" |
13908 | 6 |
|
7 |
[dependencies] |
|
13938
1fa905aa4cdb
move point struct into integral-geometry and use it to refactor a bit
alfadur
parents:
13908
diff
changeset
|
8 |
integral-geometry = { path = "../integral-geometry" } |
14026 | 9 |
land2d = { path = "../land2d" } |
15913 | 10 |
vec2d = { path = "../vec2d" } |
16051 | 11 |
itertools = "0.13" |
15915 | 12 |
png = "0.17" |
16051 | 13 |
|
14 |
[dev-dependencies] |
|
15 |
criterion = "0.5" |
|
16 |
||
17 |
[[bench]] |
|
18 |
name = "benchmark" |
|
19 |
harness = false |