From cb6a7ff9468347735ef63db9a9e38faeb476981b Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Tue, 27 Oct 2020 13:36:53 +0100 Subject: Add solver flags for controlling whether or not some contacts should be taken into account by the constraints solver. --- build/rapier2d/Cargo.toml | 1 + build/rapier3d/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml index d6e5a29..34809f2 100644 --- a/build/rapier2d/Cargo.toml +++ b/build/rapier2d/Cargo.toml @@ -49,6 +49,7 @@ erased-serde = { version = "0.3", optional = true } indexmap = { version = "1", features = [ "serde-1" ], optional = true } downcast-rs = "1.2" num-derive = "0.3" +bitflags = "1" [dev-dependencies] bincode = "1" diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index e9b9808..5cc1de9 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -49,7 +49,7 @@ erased-serde = { version = "0.3", optional = true } indexmap = { version = "1", features = [ "serde-1" ], optional = true } downcast-rs = "1.2" num-derive = "0.3" - +bitflags = "1" [dev-dependencies] bincode = "1" -- cgit