From 03b437f278bbcbd391acd23a4d8fa074915eb00c Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Mon, 31 Aug 2020 19:04:32 +0200 Subject: Disallow contacts between two colliders attached to the same parent. --- examples3d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3d/Cargo.toml') diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml index 3176696..8091db8 100644 --- a/examples3d/Cargo.toml +++ b/examples3d/Cargo.toml @@ -24,4 +24,4 @@ path = "../build/rapier3d" [[bin]] name = "all_examples3" -path = "./all_examples3.rs" \ No newline at end of file +path = "./all_examples3.rs" -- cgit From d2bc2779c9462ec94c1b55960bccb12e4f80d1c2 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Tue, 1 Sep 2020 17:55:14 +0200 Subject: CI: fix test execution. --- examples3d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3d/Cargo.toml') diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml index 8091db8..efc3cce 100644 --- a/examples3d/Cargo.toml +++ b/examples3d/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "nphysics-examples-3d" +name = "rapier-examples-3d" version = "0.1.0" authors = [ "Sébastien Crozet " ] edition = "2018" -- cgit