Skip to content

Commit 776217c

Browse files
committed
Auto merge of #1582 - raphlinus:master, r=sgrif
Add "graphics" category This category seems strangely missing and is already pretty well represented.
2 parents da95379 + 7ab2f13 commit 776217c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/boot/categories.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,13 @@ category. Libraries to help create video games are in the \
233233
Game engines category.\
234234
"""
235235

236+
[graphics]
237+
name = "Graphics"
238+
description = """
239+
Crates for graphics libraries and applications, including raster and vector \
240+
graphics primitives such as geometry, curves, and color.\
241+
"""
242+
236243
[gui]
237244
name = "GUI"
238245
description = """

0 commit comments

Comments
 (0)