From bae562409a13f338a5077f2c70d4677b12a6f434 Mon Sep 17 00:00:00 2001 From: Felix de Maneville Date: Fri, 15 Oct 2021 13:47:30 +0200 Subject: [PATCH] V0.1.0 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0b83a0d..4f8bc12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ edition = "2018" authors = ["Felix de Maneville "] repository = "https://github.com/ManevilleF/bevy_verlet" license-file = "./LICENSE" +exclude = ["examples", "docs"] +description = "Verlet physics implementation in bevy" +keywords = ["verlet", "physics", "bevy", "cloth"] +categories = ["game-engines", "game-development"] [features] default = []