author | Wuzzy <Wuzzy2@mail.ru> |
Sat, 15 Jun 2019 16:37:36 +0200 | |
changeset 15159 | 13a69aad9325 |
parent 14149 | 165e43c3ed59 |
permissions | -rw-r--r-- |
14064
c6745a1c827a
start a physics engine to try out this data oriented thing everyone seems to be talking about
alfadur
parents:
diff
changeset
|
1 |
[package] |
c6745a1c827a
start a physics engine to try out this data oriented thing everyone seems to be talking about
alfadur
parents:
diff
changeset
|
2 |
name = "hwphysics" |
c6745a1c827a
start a physics engine to try out this data oriented thing everyone seems to be talking about
alfadur
parents:
diff
changeset
|
3 |
version = "0.1.0" |
c6745a1c827a
start a physics engine to try out this data oriented thing everyone seems to be talking about
alfadur
parents:
diff
changeset
|
4 |
authors = ["Hedgewars Project"] |
c6745a1c827a
start a physics engine to try out this data oriented thing everyone seems to be talking about
alfadur
parents:
diff
changeset
|
5 |
edition = "2018" |
c6745a1c827a
start a physics engine to try out this data oriented thing everyone seems to be talking about
alfadur
parents:
diff
changeset
|
6 |
|
c6745a1c827a
start a physics engine to try out this data oriented thing everyone seems to be talking about
alfadur
parents:
diff
changeset
|
7 |
[dependencies] |
c6745a1c827a
start a physics engine to try out this data oriented thing everyone seems to be talking about
alfadur
parents:
diff
changeset
|
8 |
fpnum = { path = "../fpnum" } |
c6745a1c827a
start a physics engine to try out this data oriented thing everyone seems to be talking about
alfadur
parents:
diff
changeset
|
9 |
integral-geometry = { path = "../integral-geometry" } |
14149 | 10 |
land2d = { path = "../land2d" } |