author | Wuzzy <Wuzzy2@mail.ru> |
Thu, 25 Apr 2019 19:58:52 +0200 | |
changeset 14839 | cbc1216fdf39 |
parent 14133 | b04dac00e8e2 |
permissions | -rw-r--r-- |
14126 | 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" } |
|
14133
b04dac00e8e2
add command arguments to use a template from file into land_dump
alfadur
parents:
14126
diff
changeset
|
10 |
mapgen = { path = "../mapgen" } |
14126 | 11 |
lfprng = { path = "../lfprng" } |
12 |
integral-geometry = { path = "../integral-geometry" } |
|
13 |
png = "0.13" |
|
14 |
structopt ="0.2.13" |