author | Wuzzy <Wuzzy2@mail.ru> |
Mon, 19 Nov 2018 01:04:29 +0100 | |
changeset 14232 | 60622d2a4a3c |
parent 14207 | bb2f301d4fe0 |
child 14255 | a239e4243cf9 |
permissions | -rw-r--r-- |
[package] name = "lib-hedgewars-engine" version = "0.1.0" authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"] edition = "2018" [dependencies] gfx = "0.17" gfx_device_gl = "0.15" land2d = { path = "../land2d" } lfprng = { path = "../lfprng" } integral-geometry = { path = "../integral-geometry" } landgen = { path = "../landgen" } [lib] name = "hedgewars_engine" crate-type = ["dylib"]