diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/rapier2d-f64/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/rapier3d-f64/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/rapier3d/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/rapier_testbed2d-f64/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/rapier_testbed2d/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/rapier_testbed3d-f64/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/rapier_testbed3d/Cargo.toml | 3 |
8 files changed, 24 insertions, 0 deletions
diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml index 2a25f48..49fe36e 100644 --- a/crates/rapier2d-f64/Cargo.toml +++ b/crates/rapier2d-f64/Cargo.toml @@ -21,6 +21,9 @@ edition = "2021" [badges] maintenance = { status = "actively-developed" } +[lints] +workspace = true + [features] default = ["dim2", "f64"] dim2 = [] 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 = [] diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml index aadd01a..a56dd6e 100644 --- a/crates/rapier3d-f64/Cargo.toml +++ b/crates/rapier3d-f64/Cargo.toml @@ -21,6 +21,9 @@ edition = "2021" [badges] maintenance = { status = "actively-developed" } +[lints] +workspace = true + [features] default = ["dim3", "f64"] dim3 = [] diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index 77dd8ae..25b5bb5 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -21,6 +21,9 @@ edition = "2021" [badges] maintenance = { status = "actively-developed" } +[lints] +workspace = true + [features] default = ["dim3", "f32"] dim3 = [] diff --git a/crates/rapier_testbed2d-f64/Cargo.toml b/crates/rapier_testbed2d-f64/Cargo.toml index 0aa3c56..ec56edc 100644 --- a/crates/rapier_testbed2d-f64/Cargo.toml +++ b/crates/rapier_testbed2d-f64/Cargo.toml @@ -24,6 +24,9 @@ name = "rapier_testbed2d" path = "../../src_testbed/lib.rs" required-features = ["dim2"] +[lints] +workspace = true + [features] default = ["dim2"] dim2 = [] diff --git a/crates/rapier_testbed2d/Cargo.toml b/crates/rapier_testbed2d/Cargo.toml index 436cb26..6d25ae3 100644 --- a/crates/rapier_testbed2d/Cargo.toml +++ b/crates/rapier_testbed2d/Cargo.toml @@ -24,6 +24,9 @@ name = "rapier_testbed2d" path = "../../src_testbed/lib.rs" required-features = ["dim2"] +[lints] +workspace = true + [features] default = ["dim2"] dim2 = [] diff --git a/crates/rapier_testbed3d-f64/Cargo.toml b/crates/rapier_testbed3d-f64/Cargo.toml index 95091dd..7462b07 100644 --- a/crates/rapier_testbed3d-f64/Cargo.toml +++ b/crates/rapier_testbed3d-f64/Cargo.toml @@ -24,6 +24,9 @@ name = "rapier_testbed3d" path = "../../src_testbed/lib.rs" required-features = ["dim3"] +[lints] +workspace = true + [features] default = ["dim3"] dim3 = [] 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 = [] |
