equal
deleted
inserted
replaced
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
8 |
8 |
9 [dependencies] |
9 [dependencies] |
10 land2d = { path = "../land2d" } |
10 land2d = { path = "../land2d" } |
11 integral-geometry = { path = "../integral-geometry" } |
11 integral-geometry = { path = "../integral-geometry" } |
|
12 mapgen = { path = "../mapgen" } |
|
13 landgen = { path = "../landgen" } |
|
14 lfprng = { path = "../lfprng" } |
12 |
15 |
13 [lib] |
16 [lib] |
14 name = "hwengine_future" |
17 name = "hwengine_future" |
15 crate-type = ["dylib"] |
18 crate-type = ["dylib"] |