author | unc0rr |
Sat, 03 Nov 2018 18:29:58 +0100 | |
changeset 14121 | 69db1d2e4cec |
child 14128 | b04dac00e8e2 |
permissions | -rw-r--r-- |
14121 | 1 |
[package] |
2 |
name = "land_dump" |
|
3 |
version = "0.1.0" |
|
4 |
authors = ["Andrei Korotaev <andrey.korotaev@aptomar.com>"] |
|
5 |
edition = "2018" |
|
6 |
||
7 |
[dependencies] |
|
8 |
land2d = { path = "../land2d" } |
|
9 |
landgen = { path = "../landgen" } |
|
10 |
lfprng = { path = "../lfprng" } |
|
11 |
integral-geometry = { path = "../integral-geometry" } |
|
12 |
png = "0.13" |
|
13 |
structopt ="0.2.13" |