Skip to content

Commit bf95de8

Browse files
committed
Auto merge of #1720 - kzys:game-development, r=carols10cents
Rename "Game engines" to "Game Development" See #1598 for the discussion.
2 parents 000ce86 + 701f2ae commit bf95de8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/boot/categories.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,15 @@ Crates for dealing with files and filesystems.\
227227
[game-engines]
228228
name = "Game engines"
229229
description = """
230-
Crates for creating games.\
230+
For crates that try to provide a \"one-stop-shop\" for \
231+
all of your game development needs.\
232+
"""
233+
234+
[game-development]
235+
name = "Game development"
236+
description = """
237+
For crates that focus on some individual part of accelerating \
238+
the development of games.\
231239
"""
232240

233241
[games]

0 commit comments

Comments
 (0)