From 7ab2f1389f4cc10c4d46a97df543a7f9381ebf0d Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Tue, 25 Dec 2018 08:45:22 -0800 Subject: [PATCH] Add "graphics" category This category seems strangely missing and is already pretty well represented. --- src/boot/categories.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/boot/categories.toml b/src/boot/categories.toml index f3d8864d2a..6d7a35d608 100644 --- a/src/boot/categories.toml +++ b/src/boot/categories.toml @@ -233,6 +233,13 @@ category. Libraries to help create video games are in the \ Game engines category.\ """ +[graphics] +name = "Graphics" +description = """ +Crates for graphics libraries and applications, including raster and vector \ +graphics primitives such as geometry, curves, and color.\ +""" + [gui] name = "GUI" description = """