rust/lib-hwengine-future/Cargo.toml
branchtransitional_engine
changeset 15904 33798b649d9c
parent 15900 128ace913837
child 16009 7544a7d7c819
equal deleted inserted replaced
15903:230dc46487ea 15904:33798b649d9c
     7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
     7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
     8 
     8 
     9 [dependencies]
     9 [dependencies]
    10 land2d = { path = "../land2d" }
    10 land2d = { path = "../land2d" }
    11 integral-geometry = { path = "../integral-geometry" }
    11 integral-geometry = { path = "../integral-geometry" }
       
    12 mapgen = { path = "../mapgen" }
       
    13 landgen = { path = "../landgen" }
       
    14 lfprng = { path = "../lfprng" }
    12 
    15 
    13 [lib]
    16 [lib]
    14 name = "hwengine_future"
    17 name = "hwengine_future"
    15 crate-type = ["dylib"]
    18 crate-type = ["dylib"]