Skip to content

Commit 9214e86

Browse files
committed
Auto merge of #2998 - simonsan:patch-1, r=jtgeibel
Added Accessibility category I've added the `accessibility` category to cover crates that implement features for the convenience of disabled people. I wanted to start a project that translates given colour codes to colours colorblind people can distinguish more easily, but I haven't found a category to fit it. What else belongs in this category could be crates that interoperate with peoples screenreaders, new screenreader implementations or other assistive technology.
2 parents 1c84009 + 1d7d1f7 commit 9214e86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/boot/categories.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
# `@`, `:`, or `.`. They should be all lowercase.
2727
#
2828

29+
[accessibility]
30+
name = "Accessibility"
31+
description = """
32+
Tools for making your creations usable by as many people as possible. \
33+
"""
34+
2935
[algorithms]
3036
name = "Algorithms"
3137
description = """

0 commit comments

Comments
 (0)