1# SPDX-FileCopyrightText: 2021 GNOME Foundation
2#
3# SPDX-License-Identifier: CC0-1.0
4
5[library]
6name = "gdk-pixbuf"
7browse_url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/"
8repository_url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf.git"
9website_url = "https://www.gtk.org"
10authors = "GTK Development Team"
11logo_url = "https://www.gtk.org/"
12license = "GPL-2.1-or-later"
13description = "Image loading library"
14dependencies = [ "gobject", "gio" ]
15
16  [dependencies.gobject]
17  name = "GObject"
18  description = "The base type system library"
19  docs_url = "https://developer.gnome.org/gobject/stable"
20
21  [dependencies.gio]
22  name = "GIO"
23  description = "GObject Interfaces and Object"
24  docs_url = "https://developer.gnome.org/gio/stable"
25
26[theme]
27name = "basic"
28
29[source-location]
30base_url = "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/blob/master/"
31