rust/theme-editor/Cargo.toml
changeset 14049 0f517cbfe16d
child 14051 2ebd505e62c1
equal deleted inserted replaced
14048:cef0c685fda8 14049:0f517cbfe16d
       
     1 [package]
       
     2 name = "theme-editor"
       
     3 version = "0.1.0"
       
     4 authors = ["Hedgewars Project"]
       
     5 edition = "2018"
       
     6 
       
     7 [dependencies.sdl2]
       
     8 version = "0.31"
       
     9 default-features = true
       
    10 features = ["image"]
       
    11 
       
    12 [dependencies]
       
    13 land2d = { path = "../land2d" }
       
    14 landgen = { path = "../landgen" }
       
    15 lfprng = { path = "../lfprng" }
       
    16 rand = "0.5"