1
0
Fork 0

docs: Fix dependency names

Dependency names need to match the namespace name exactly (including
capitalization) otherwise they won't be shown as dependencies.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2788>
This commit is contained in:
Corey Berla 2023-01-17 11:19:17 -08:00 committed by Marge Bot
parent a60ceaa377
commit 102736c7f5
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ search_index = true
docs_url = "https://docs.gtk.org/gobject/"
[dependencies."cairo-1.0"]
name = "Cairo"
name = "cairo"
description = "A 2D graphics library with support for multiple output devices"
docs_url = "https://www.cairographics.org/manual/"

View file

@ -22,7 +22,7 @@ search_index = true
docs_url = "https://ebassi.github.io/graphene/docs"
[dependencies."cairo-1.0"]
name = "Cairo"
name = "cairo"
description = "A 2D graphics library with support for multiple output devices"
docs_url = "https://www.cairographics.org/manual/"