47 lines
1.3 KiB
TOML
47 lines
1.3 KiB
TOML
[library]
|
|
version = "@version@"
|
|
browse_url = "https://gitlab.gnome.org/GNOME/mutter/"
|
|
repository_url = "https://gitlab.gnome.org/GNOME/mutter.git"
|
|
website_url = "https://blogs.gnome.org/shell-dev/"
|
|
docs_url = "https://mutter.gnome.org/"
|
|
logo_url = "logo.svg"
|
|
authors = "Mutter Development Team"
|
|
license = "GPL-2.0-or-later"
|
|
description = "A Low Level GPU Graphics and Utilities API"
|
|
dependencies = [ "GObject-2.0", "Graphene-1.0", "cairo-1.0" ]
|
|
devhelp = true
|
|
search_index = true
|
|
|
|
[dependencies."GObject-2.0"]
|
|
name = "GObject"
|
|
description = "The base type system library"
|
|
docs_url = "https://docs.gtk.org/gobject/"
|
|
|
|
[dependencies."Graphene-1.0"]
|
|
name = "Graphene"
|
|
description = "A thin layer of mathematical types for 3D libraries"
|
|
docs_url = "https://ebassi.github.io/graphene/docs"
|
|
|
|
[dependencies."cairo-1.0"]
|
|
name = "cairo"
|
|
description = "A 2D graphics library with support for multiple output devices"
|
|
docs_url = "https://www.cairographics.org/manual/"
|
|
|
|
[theme]
|
|
name = "basic"
|
|
show_index_summary = true
|
|
show_class_hierarchy = true
|
|
|
|
[source-location]
|
|
base_url = "https://gitlab.gnome.org/GNOME/mutter/-/blob/@vcs_tag@/"
|
|
|
|
[extra]
|
|
# The same order will be used when generating the index
|
|
content_files = [
|
|
]
|
|
content_images = [
|
|
"logo.svg",
|
|
]
|
|
urlmap_file = "urlmap.js"
|
|
|