From 69e9d8ac44af2a232db9454785eac3e9e805f4d8 Mon Sep 17 00:00:00 2001 From: James Gayfer <10660608+jgayfer@users.noreply.github.com> Date: Thu, 27 Jun 2024 22:15:20 -0700 Subject: [PATCH] Remove invalid category Crates.io was throwing a 400 (where it previously only warned). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0853d89..5df71d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bevy_light_2d" version = "0.2.0-rc.3" edition = "2021" -categories = ["game-engines", "graphics", "rendering", "gamedev"] +categories = ["game-engines", "graphics", "rendering"] description = "General purpose 2d lighting for the Bevy game engine." authors = ["James Gayfer"] repository = "https://github.com/jgayfer/bevy_light_2d"