From 1a567463c8b21a5f01786ddcf90226d9ed1c9d97 Mon Sep 17 00:00:00 2001 From: Bram Buurlage Date: Wed, 14 Sep 2022 09:32:05 +0200 Subject: [PATCH] fix typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd61be5..56af670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" categories = ["game-engines", "graphics", "rendering"] description = "An inverse kinematics plugin for the bevy game engine" -keywords = [gamedev", "graphics", "bevy", "animation"] +keywords = ["gamedev", "graphics", "bevy", "animation"] license = "MIT OR Apache-2.0" [dependencies]