author | Wuzzy <Wuzzy2@mail.ru> |
Sat, 16 May 2020 03:41:49 +0200 | |
changeset 15566 | 909ef1f3ef19 |
parent 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" } |
|
14128
b04dac00e8e2
add command arguments to use a template from file into land_dump
alfadur
parents:
14121
diff
changeset
|
10 |
mapgen = { path = "../mapgen" } |
14121 | 11 |
lfprng = { path = "../lfprng" } |
12 |
integral-geometry = { path = "../integral-geometry" } |
|
13 |
png = "0.13" |
|
14 |
structopt ="0.2.13" |