aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier_testbed3d/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier_testbed3d/Cargo.toml')
-rw-r--r--crates/rapier_testbed3d/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/rapier_testbed3d/Cargo.toml b/crates/rapier_testbed3d/Cargo.toml
index 9b01ccb..5a2d820 100644
--- a/crates/rapier_testbed3d/Cargo.toml
+++ b/crates/rapier_testbed3d/Cargo.toml
@@ -24,6 +24,9 @@ name = "rapier_testbed3d"
path = "../../src_testbed/lib.rs"
required-features = ["dim3"]
+[lints]
+workspace = true
+
[features]
default = ["dim3"]
dim3 = []