forked from AuroraMiddleware/gtk
31 lines
674 B
TOML
31 lines
674 B
TOML
[library]
|
|
version = "@version@"
|
|
browse_url = "https://gitlab.gnome.org/GNOME/gtk/"
|
|
repository_url = "https://gitlab.gnome.org/GNOME/gtk.git"
|
|
website_url = "https://www.gtk.org"
|
|
authors = "GTK Development Team"
|
|
logo_url = "gtk-logo.svg"
|
|
license = "LGPL-2.1-or-later"
|
|
description = "The GTK toolkit"
|
|
devhelp = true
|
|
|
|
dependencies = ["Gdk-4.0"]
|
|
|
|
[dependencies."Gdk-4.0"]
|
|
name = "GDK"
|
|
description = "The GTK drawing kit"
|
|
docs_url = "https://docs.gtk.org/gdk/"
|
|
|
|
[theme]
|
|
name = "basic"
|
|
show_index_summary = true
|
|
|
|
[source-location]
|
|
base_url = "https://gitlab.gnome.org/GNOME/gtk/-/blob/main/"
|
|
|
|
[extra]
|
|
content_images = [
|
|
"images/gtk-logo.svg",
|
|
]
|
|
urlmap_file = "urlmap.js"
|