aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2020-08-31 19:04:32 +0200
committerSébastien Crozet <developer@crozet.re>2020-08-31 19:05:14 +0200
commit03b437f278bbcbd391acd23a4d8fa074915eb00c (patch)
treec78bce0c49c60650a8548320baa61bae0f54239e /Cargo.toml
parentce26fe107727ee4ef25ee728b3bb3a40914fdc99 (diff)
downloadrapier-03b437f278bbcbd391acd23a4d8fa074915eb00c.tar.gz
rapier-03b437f278bbcbd391acd23a4d8fa074915eb00c.tar.bz2
rapier-03b437f278bbcbd391acd23a4d8fa074915eb00c.zip
Disallow contacts between two colliders attached to the same parent.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32e6107..a766033 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,10 @@ debug = false
codegen-units = 1
#opt-level = 1
#lto = true
+
+
+#[profile.dev.package.rapier3d]
+#opt-level = 3
+#
+#[profile.dev.package.kiss3d]
+#opt-level = 3 \ No newline at end of file