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. --- examples2d/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'examples2d') diff --git a/examples2d/Cargo.toml b/examples2d/Cargo.toml index 603f9c7..f1ed728 100644 --- a/examples2d/Cargo.toml +++ b/examples2d/Cargo.toml @@ -10,7 +10,6 @@ simd-stable = [ "rapier2d/simd-stable" ] simd-nightly = [ "rapier2d/simd-nightly" ] other-backends = [ "rapier_testbed2d/other-backends" ] enhanced-determinism = [ "rapier2d/enhanced-determinism" ] -fluids = [ "rapier2d/fluids" ] [dependencies] rand = "0.7" -- cgit