diff options
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index 9553750..0d8bc24 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -2,8 +2,8 @@ name = "rapier2d" version = "0.18.0" authors = [ "Sébastien Crozet <developer@crozet.re>" ] -description = "3-dimensional physics engine in Rust." -documentation = "https://docs.rs/rapier3d" +description = "2-dimensional physics engine in Rust." +documentation = "https://docs.rs/rapier2d" homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" |
