Skip to content

Commit 4550dc3

Browse files
committed
Auto merge of #2090 - vadixidav:patch-1, r=jtgeibel
Add computer-vision slug Right now the closest thing in the list to computer vision is `science::robotics`. Computer vision algorithms are not always used for robotics. This slug also allows computer vision crates to be found easier instead of being lost among the other robotics crates.
2 parents e550dd0 + b25daa3 commit 4550dc3

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
@@ -80,6 +80,12 @@ description = """
8080
Algorithms for making data smaller.\
8181
"""
8282

83+
[computer-vision]
84+
name = "Computer vision"
85+
description = """
86+
Crates for comprehending the world from video or images.\
87+
"""
88+
8389
[config]
8490
name = "Configuration"
8591
description = """

0 commit comments

Comments
 (0)