devel-docs: adding libgimp as dependency to libgimpui.

Also use proper naming of dependencies, regarding of casing (e.g. GIMP
and GEGL, but babl).
This commit is contained in:
Jehan 2022-11-29 04:37:09 +01:00
parent 4acd18309a
commit 83545ee94d
2 changed files with 14 additions and 3 deletions

View file

@ -6,4 +6,5 @@ baseURLs = [
[ 'GdkPixbuf', 'https://docs.gtk.org/gdk-pixbuf/' ],
[ 'Gio', 'https://docs.gtk.org/gio/' ],
[ 'Gtk', 'https://docs.gtk.org/gtk3/' ],
[ 'Gimp', 'https://developer.gimp.org/api/3.0/libgimp/' ],
]