aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/rapier2d-f64/Cargo.toml1
-rw-r--r--crates/rapier2d/Cargo.toml1
-rw-r--r--crates/rapier3d-f64/Cargo.toml1
-rw-r--r--crates/rapier3d/Cargo.toml1
4 files changed, 4 insertions, 0 deletions
diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml
index 587f414..08f36fb 100644
--- a/crates/rapier2d-f64/Cargo.toml
+++ b/crates/rapier2d-f64/Cargo.toml
@@ -71,3 +71,4 @@ thiserror = "1"
[dev-dependencies]
bincode = "1"
serde = { version = "1", features = ["derive"] }
+oorandom = { version = "11", default-features = false }
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml
index 84bed4f..aa7ae71 100644
--- a/crates/rapier2d/Cargo.toml
+++ b/crates/rapier2d/Cargo.toml
@@ -71,3 +71,4 @@ thiserror = "1"
[dev-dependencies]
bincode = "1"
serde = { version = "1", features = ["derive"] }
+oorandom = { version = "11", default-features = false } \ No newline at end of file
diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml
index 9f6ef44..d8f6fe5 100644
--- a/crates/rapier3d-f64/Cargo.toml
+++ b/crates/rapier3d-f64/Cargo.toml
@@ -71,3 +71,4 @@ thiserror = "1"
[dev-dependencies]
bincode = "1"
serde = { version = "1", features = ["derive"] }
+oorandom = { version = "11", default-features = false }
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml
index 880c496..d8e61a1 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -71,3 +71,4 @@ thiserror = "1"
[dev-dependencies]
bincode = "1"
serde = { version = "1", features = ["derive"] }
+oorandom = { version = "11", default-features = false }