rust/lib-hedgewars-engine/Cargo.toml
changeset 14702 29dbe9ce8b7d
parent 14295 fd8e0e52d5bd
child 14706 88b0efba77b9
equal deleted inserted replaced
14701:5e2c892b0222 14702:29dbe9ce8b7d
     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 edition = "2018"
     5 edition = "2018"
     6 
     6 
     7 [dependencies]
     7 [dependencies]
     8 gfx = "0.17"
     8 gl = "0.11"
     9 gfx_device_gl = "0.15"
     9 #gfx = "0.17"
       
    10 #gfx_device_gl = "0.15"
    10 netbuf = "0.4"
    11 netbuf = "0.4"
    11 
    12 
    12 fpnum = { path = "../fpnum" }
    13 fpnum = { path = "../fpnum" }
    13 land2d = { path = "../land2d" }
    14 land2d = { path = "../land2d" }
    14 lfprng = { path = "../lfprng" }
    15 lfprng = { path = "../lfprng" }
    15 integral-geometry = { path = "../integral-geometry" }
    16 integral-geometry = { path = "../integral-geometry" }
    16 landgen = { path = "../landgen" }
    17 landgen = { path = "../landgen" }
    17 hedgewars-engine-messages = { path = "../hedgewars-engine-messages" }
    18 hedgewars-engine-messages = { path = "../hedgewars-engine-messages" }
    18 hwphysics = { path = "../hwphysics" }
    19 hwphysics = { path = "../hwphysics" }
       
    20 mapgen = { path = "../mapgen" }
       
    21 vec2d = { path = "../vec2d" }
    19 
    22 
    20 [lib]
    23 [lib]
    21 name = "hedgewars_engine"
    24 name = "hedgewars_engine"
    22 crate-type = ["dylib"]
    25 crate-type = ["dylib"]