From ba4e59cc14531019a5905bfdf66cdd110c4ba3a1 Mon Sep 17 00:00:00 2001 From: Thiago Ramos <99thiagodejesus@gmail.com> Date: Wed, 21 May 2025 21:30:04 -0300 Subject: [PATCH] chore: remove engine from cargo categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c907efe..4ae396b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://docs.rs/grid-engine" repository = "https://github.com/thiagodejesus/grid-engine" readme = "README.md" keywords = ["grid", "layout", "collision", "2d", "dashboard"] -categories = ["data-structures", "engine"] +categories = ["data-structures"] license = "MIT" [dependencies]