Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/boot/categories.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ description = """
Algorithms for making data smaller.\
"""

[computer-vision]
name = "Computer Vision"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be consistent with the other category names, the "v" in "vision" should be lower case.

description = """
Crates for comprehending the world from video or images.\
"""

[config]
name = "Configuration"
description = """
Expand Down