rust/lib-hedgewars-engine/Cargo.toml
changeset 15891 d52f5d8e75e6
parent 15284 ae8e14d14596
child 15893 5b3beb90e1a6
equal deleted inserted replaced
15890:8a6a2d931bae 15891:d52f5d8e75e6
     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 itertools = "0.10"
    11 png = "0.13"
    11 png = "0.13"
    12 
    12 
    13 fpnum = { path = "../fpnum" }
    13 fpnum = { path = "../fpnum" }
    14 land2d = { path = "../land2d" }
    14 land2d = { path = "../land2d" }
    15 lfprng = { path = "../lfprng" }
    15 lfprng = { path = "../lfprng" }