aboutsummaryrefslogtreecommitdiff
path: root/build
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
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')
-rw-r--r--build/rapier_testbed2d/Cargo.toml1
-rw-r--r--build/rapier_testbed3d/Cargo.toml1
2 files changed, 2 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"
diff --git a/build/rapier_testbed3d/Cargo.toml b/build/rapier_testbed3d/Cargo.toml
index 58189dd..d349de7 100644
--- a/build/rapier_testbed3d/Cargo.toml
+++ b/build/rapier_testbed3d/Cargo.toml
@@ -39,6 +39,7 @@ bincode = "1"
flexbuffers = "0.1"
serde_cbor = "0.11"
md5 = "0.7"
+Inflector = "0.11"
serde = { version = "1", features = [ "derive" ] }
[dependencies.rapier3d]