aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2023-11-04 18:11:47 +0100
committerSébastien Crozet <developer@crozet.re>2023-11-04 18:11:47 +0100
commitc57a0a3b888e8308ac8e659fbda1ef638df8fc1b (patch)
tree57ace0938b465151011108141db0b9a3f7b1b160
parentfb3eee502c76ab25b5777b0b2a9d1c8e6a466f6b (diff)
downloadrapier-c57a0a3b888e8308ac8e659fbda1ef638df8fc1b.tar.gz
rapier-c57a0a3b888e8308ac8e659fbda1ef638df8fc1b.tar.bz2
rapier-c57a0a3b888e8308ac8e659fbda1ef638df8fc1b.zip
Fix typo
-rw-r--r--crates/rapier2d/Cargo.toml4
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"