diff options
Diffstat (limited to 'benchmarks2d/all_benchmarks2.rs')
| -rw-r--r-- | benchmarks2d/all_benchmarks2.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks2d/all_benchmarks2.rs b/benchmarks2d/all_benchmarks2.rs index 9a7a607..e5f2ff1 100644 --- a/benchmarks2d/all_benchmarks2.rs +++ b/benchmarks2d/all_benchmarks2.rs @@ -13,6 +13,7 @@ use std::cmp::Ordering; mod balls2; mod boxes2; mod capsules2; +mod convex_polygons2; mod heightfield2; mod joint_ball2; mod joint_fixed2; @@ -55,6 +56,7 @@ pub fn main() { ("Balls", balls2::init_world), ("Boxes", boxes2::init_world), ("Capsules", capsules2::init_world), + ("Convex polygons", convex_polygons2::init_world), ("Heightfield", heightfield2::init_world), ("Pyramid", pyramid2::init_world), ("(Stress test) joint ball", joint_ball2::init_world), |
