From c57a0a3b888e8308ac8e659fbda1ef638df8fc1b Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sat, 4 Nov 2023 18:11:47 +0100 Subject: Fix typo --- crates/rapier2d/Cargo.toml | 4 ++-- 1 file 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 " ] -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" -- cgit