From 701f2ae82a0851a704cd49def967acf8603d8605 Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Mon, 15 Apr 2019 23:17:59 -0700 Subject: [PATCH] Add "Game development" While we already have "Game engines", "engines" are usually used for full-fledged frameworks such as Unity. Fixes #1598 --- src/boot/categories.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/boot/categories.toml b/src/boot/categories.toml index 82abd231442..9d78dd97b43 100644 --- a/src/boot/categories.toml +++ b/src/boot/categories.toml @@ -227,7 +227,15 @@ Crates for dealing with files and filesystems.\ [game-engines] name = "Game engines" description = """ -Crates for creating games.\ +For crates that try to provide a \"one-stop-shop\" for \ +all of your game development needs.\ +""" + +[game-development] +name = "Game development" +description = """ +For crates that focus on some individual part of accelerating \ +the development of games.\ """ [games]