aboutsummaryrefslogtreecommitdiff
path: root/build/rapier_testbed2d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2020-09-06 12:34:24 +0200
committerSébastien Crozet <developer@crozet.re>2020-09-06 12:34:24 +0200
commit38c1b7b4574ea07d1ddda6abc65f4c3f38afa406 (patch)
tree00408e169e832cd6a8eac779f45c7b4932b32dc8 /build/rapier_testbed2d
parentff2da7fb27f0ea7a15b1dc6b6daf763fe7faf13b (diff)
downloadrapier-38c1b7b4574ea07d1ddda6abc65f4c3f38afa406.tar.gz
rapier-38c1b7b4574ea07d1ddda6abc65f4c3f38afa406.tar.bz2
rapier-38c1b7b4574ea07d1ddda6abc65f4c3f38afa406.zip
Use camel-case for csv file name for benchmark output.
Diffstat (limited to 'build/rapier_testbed2d')
-rw-r--r--build/rapier_testbed2d/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/rapier_testbed2d/Cargo.toml b/build/rapier_testbed2d/Cargo.toml
index 4713066..8be84aa 100644
--- a/build/rapier_testbed2d/Cargo.toml
+++ b/build/rapier_testbed2d/Cargo.toml
@@ -36,6 +36,7 @@ nphysics2d = { version = "0.17", optional = true }
crossbeam = "0.7"
bincode = "1"
flexbuffers = "0.1"
+Inflector = "0.11"
md5 = "0.7"