branch | ui-scaling |
changeset 15288 | c4fd2813b127 |
parent 14035 | 2ebd505e62c1 |
13395:0135e64c6c66 | 15288:c4fd2813b127 |
---|---|
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 integral-geometry = { path = "../integral-geometry" } |
|
17 rand = "0.5" |