diff options
Diffstat (limited to 'build/rapier2d/Cargo.toml')
| -rw-r--r-- | build/rapier2d/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml index fa73f4e..d936bb6 100644 --- a/build/rapier2d/Cargo.toml +++ b/build/rapier2d/Cargo.toml @@ -29,6 +29,10 @@ wasm-bindgen = [ "instant/wasm-bindgen" ] serde-serialize = [ "nalgebra/serde-serialize", "parry2d/serde-serialize", "serde", "bit-vec/serde", "arrayvec/serde" ] enhanced-determinism = [ "simba/libm_force", "parry2d/enhanced-determinism", "indexmap" ] +# Feature used for development and debugging only. +# Do not enable this unless you are working on the engine internals. +dev-remove-slow-accessors = [] + [lib] name = "rapier2d" path = "../../src/lib.rs" |
