From 6d4a85db5d6e9c74583b5f8fe5f9f25c75c8ac96 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Mon, 9 Sep 2024 15:53:42 +0200 Subject: [PATCH] Use `game-development` category slug instead of `game-engines` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee40c5b..3660435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/raw-window-metal" repository = "https://github.com/rust-windowing/raw-window-metal" readme = "README.md" keywords = ["window", "metal", "graphics"] -categories = ["game-engines", "graphics", "os::macos-apis"] +categories = ["game-development", "graphics", "os::macos-apis"] exclude = [".github/*"] [features]