From 38c1b7b4574ea07d1ddda6abc65f4c3f38afa406 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 6 Sep 2020 12:34:24 +0200 Subject: Use camel-case for csv file name for benchmark output. --- build/rapier_testbed2d/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'build/rapier_testbed2d') 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" -- cgit