From f28ca3192cd37fb8429528090caae45dd8cc850d Mon Sep 17 00:00:00 2001 From: Bram Buurlage Date: Sun, 18 Sep 2022 12:48:40 +0200 Subject: [PATCH] Updated Cargo.toml metadata --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6527f5b..248c7b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,11 @@ [package] name = "bevy_mod_inverse_kinematics" version = "0.1.0" +authors = ["Bram Buurlage "] edition = "2021" categories = ["game-engines", "graphics", "rendering"] -description = "An inverse kinematics plugin for the bevy game engine" +description = "An inverse kinematics plugin for the Bevy engine." +repository = "https://github.com/Kurble/bevy_mod_inverse_kinematics/" keywords = ["gamedev", "graphics", "bevy", "animation"] license = "MIT OR Apache-2.0"