rust/hwphysics/Cargo.toml
branchui-scaling
changeset 15288 c4fd2813b127
parent 14149 165e43c3ed59
equal deleted inserted replaced
13395:0135e64c6c66 15288:c4fd2813b127
       
     1 [package]
       
     2 name = "hwphysics"
       
     3 version = "0.1.0"
       
     4 authors = ["Hedgewars Project"]
       
     5 edition = "2018"
       
     6 
       
     7 [dependencies]
       
     8 fpnum = { path = "../fpnum" }
       
     9 integral-geometry = { path = "../integral-geometry" }
       
    10 land2d = { path = "../land2d" }