From 32400ecb579b1005607ef9a0f4e7a3e8bd1923a8 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 24 Mar 2024 12:38:55 +0100 Subject: [PATCH] At most 5 keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b42767..4aabb06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Franklin E. Blanco"] description = "A plugin to automatically create Icons from entities/models in bevy" repository = "https://git.franklinblanco.dev/franklinblanco/bevy_icon_creator" -keywords = ["gamedev", "bevy", "icon", "creator", "model", "texture", "inventory"] +keywords = ["gamedev", "bevy", "icon", "model", "texture"] categories = ["game-development"] license = "MIT OR Apache-2.0" readme = "README.md"