From 510237cc29ebc667a8c158ef0340b7d1aa669a72 Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Tue, 19 Nov 2024 16:33:26 +0100 Subject: Profiling support (#743) --- examples3d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3d') 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" - -- cgit