rust/lib-hedgewars-engine/Cargo.toml
changeset 14726 75ff5c643004
parent 14722 c97faf0aef78
child 15190 e2adb40c7988
equal deleted inserted replaced
14725:19d30d96d7d6 14726:75ff5c643004
     5 edition = "2018"
     5 edition = "2018"
     6 
     6 
     7 [dependencies]
     7 [dependencies]
     8 gl = "0.11"
     8 gl = "0.11"
     9 netbuf = "0.4"
     9 netbuf = "0.4"
       
    10 itertools = "0.8"
    10 
    11 
    11 fpnum = { path = "../fpnum" }
    12 fpnum = { path = "../fpnum" }
    12 land2d = { path = "../land2d" }
    13 land2d = { path = "../land2d" }
    13 lfprng = { path = "../lfprng" }
    14 lfprng = { path = "../lfprng" }
    14 integral-geometry = { path = "../integral-geometry" }
    15 integral-geometry = { path = "../integral-geometry" }