author | Wuzzy <Wuzzy2@mail.ru> |
Fri, 02 Nov 2018 18:27:34 +0100 | |
changeset 14091 | 24b34b961bea |
parent 14059 | c6745a1c827a |
child 14144 | 165e43c3ed59 |
permissions | -rw-r--r-- |
14059
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" } |