rust/hedgewars-engine/Cargo.toml
changeset 14153 b273b43b16d2
parent 14143 745c73e0e644
child 14166 7d3b94cdc3c4
equal deleted inserted replaced
14152:5acfdf49742d 14153:b273b43b16d2
     3 version = "0.1.0"
     3 version = "0.1.0"
     4 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
     4 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
     5 
     5 
     6 [dependencies]
     6 [dependencies]
     7 land2d = { path = "../land2d" }
     7 land2d = { path = "../land2d" }
       
     8 lfprng = { path = "../lfprng" }
       
     9 integral-geometry = { path = "../integral-geometry" }
       
    10 landgen = { path = "../landgen" }
       
    11 
       
    12 [lib]
       
    13 name = "hedgewars_engine"
       
    14 crate-type = ["dylib"]