From 154bc70037d42ef15d9a6c3288b8006027c2cb94 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Sat, 31 Oct 2020 14:42:14 +0100 Subject: Remove the Salva integration code from rapier + add a plugin system to the testbed. --- build/rapier_testbed2d/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'build/rapier_testbed2d/Cargo.toml') diff --git a/build/rapier_testbed2d/Cargo.toml b/build/rapier_testbed2d/Cargo.toml index 08c0893..273595f 100644 --- a/build/rapier_testbed2d/Cargo.toml +++ b/build/rapier_testbed2d/Cargo.toml @@ -39,7 +39,6 @@ flexbuffers = "0.1" Inflector = "0.11" md5 = "0.7" - [dependencies.rapier2d] path = "../rapier2d" version = "0.3" -- cgit