changeset 14028 | 0f517cbfe16d |
child 14030 | 2ebd505e62c1 |
14027:cef0c685fda8 | 14028:0f517cbfe16d |
---|---|
1 [package] |
|
2 name = "theme-editor" |
|
3 version = "0.1.0" |
|
4 authors = ["Hedgewars Project"] |
|
5 edition = "2018" |
|
6 |
|
7 [dependencies.sdl2] |
|
8 version = "0.31" |
|
9 default-features = true |
|
10 features = ["image"] |
|
11 |
|
12 [dependencies] |
|
13 land2d = { path = "../land2d" } |
|
14 landgen = { path = "../landgen" } |
|
15 lfprng = { path = "../lfprng" } |
|
16 rand = "0.5" |