rust/lib-hedgewars-engine/Cargo.toml
changeset 14706 88b0efba77b9
parent 14702 29dbe9ce8b7d
child 14722 c97faf0aef78
equal deleted inserted replaced
14705:19122a329774 14706:88b0efba77b9
     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 gl = "0.11"
     8 gl = "0.11"
     9 #gfx = "0.17"
       
    10 #gfx_device_gl = "0.15"
       
    11 netbuf = "0.4"
     9 netbuf = "0.4"
    12 
    10 
    13 fpnum = { path = "../fpnum" }
    11 fpnum = { path = "../fpnum" }
    14 land2d = { path = "../land2d" }
    12 land2d = { path = "../land2d" }
    15 lfprng = { path = "../lfprng" }
    13 lfprng = { path = "../lfprng" }