diff options
Diffstat (limited to 'crates/rapier2d/Cargo.toml')
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index 0264f5f..b910304 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -21,6 +21,9 @@ edition = "2021" [badges] maintenance = { status = "actively-developed" } +[lints] +workspace = true + [features] default = ["dim2", "f32"] dim2 = [] |
