aboutsummaryrefslogtreecommitdiff
path: root/examples3d
diff options
context:
space:
mode:
authorThierry Berger <contact@thierryberger.com>2024-11-19 16:33:26 +0100
committerGitHub <noreply@github.com>2024-11-19 16:33:26 +0100
commit510237cc29ebc667a8c158ef0340b7d1aa669a72 (patch)
tree772daf3fac2e463eba254900001fce5a659f2f92 /examples3d
parentff79f4c67478f8c8045464cac22f9e57388cd4a0 (diff)
downloadrapier-510237cc29ebc667a8c158ef0340b7d1aa669a72.tar.gz
rapier-510237cc29ebc667a8c158ef0340b7d1aa669a72.tar.bz2
rapier-510237cc29ebc667a8c158ef0340b7d1aa669a72.zip
Profiling support (#743)
Diffstat (limited to 'examples3d')
-rw-r--r--examples3d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml
index 4f09fad..96ce0e0 100644
--- a/examples3d/Cargo.toml
+++ b/examples3d/Cargo.toml
@@ -23,6 +23,7 @@ bincode = "1"
[dependencies.rapier_testbed3d]
path = "../crates/rapier_testbed3d"
+features = ["profiling"]
[dependencies.rapier3d]
path = "../crates/rapier3d"
@@ -42,4 +43,3 @@ path = "./harness_capsules3.rs"
#[lib]
#crate-type = ["cdylib", "rlib"]
#path = "./all_examples3_wasm.rs"
-