rust/mapgen/Cargo.toml
changeset 14160 c24a76f131d6
parent 14151 3c8a33ba06ba
child 15903 230dc46487ea
equal deleted inserted replaced
14159:0aeea29ef890 14160:c24a76f131d6
     3 version = "0.1.0"
     3 version = "0.1.0"
     4 authors = ["Hedgewars Project"]
     4 authors = ["Hedgewars Project"]
     5 edition = "2018"
     5 edition = "2018"
     6 
     6 
     7 [dependencies]
     7 [dependencies]
       
     8 vec2d = { path = "../vec2d" }
     8 land2d = { path = "../land2d" }
     9 land2d = { path = "../land2d" }
     9 landgen = { path = "../landgen" }
    10 landgen = { path = "../landgen" }
    10 lfprng = { path = "../lfprng" }
    11 lfprng = { path = "../lfprng" }
    11 integral-geometry = { path = "../integral-geometry" }
    12 integral-geometry = { path = "../integral-geometry" }
    12 
    13