Skip to content

Commit 7ab2f13

Browse files
committed
Add "graphics" category
This category seems strangely missing and is already pretty well represented.
1 parent f7fbc01 commit 7ab2f13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/boot/categories.toml

+7
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)