author | unC0Rr |
Fri, 06 Oct 2023 20:34:51 +0200 | |
changeset 16010 | 5ba4d3a0c3eb |
parent 15965 | cd3d16905e0e |
permissions | -rw-r--r-- |
14080
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" } |
14165 | 10 |
land2d = { path = "../land2d" } |
15965 | 11 |
|
12 |
[dev-dependencies] |
|
13 |
criterion = "0.4.0" |
|
14 |
||
15 |
[[bench]] |
|
16 |
name = "ecs_bench" |
|
17 |
harness = false |