diff options
Diffstat (limited to 'crates/rapier2d')
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
