rust/hedgewars-engine/Cargo.toml
changeset 15805 61da40b657fa
parent 14166 7d3b94cdc3c4
child 15806 36816af30583
equal deleted inserted replaced
15804:747278149393 15805:61da40b657fa
     5 edition = "2018"
     5 edition = "2018"
     6 
     6 
     7 [dependencies]
     7 [dependencies]
     8 lib-hedgewars-engine = { path = "../lib-hedgewars-engine" }
     8 lib-hedgewars-engine = { path = "../lib-hedgewars-engine" }
     9 libloading = "0.5.0"
     9 libloading = "0.5.0"
    10 
    10 getopts = "0.2"
       
    11 image = "0.23"