1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
[library]
description = "The Cog core library"
license = "MIT"
authors = "The WPE WebKit team"
version = "@PROJECT_VERSION@"
logo_url = "cog.png"
browse_url = "https://github.com/Igalia/cog"
repository_url = "https://github.com/Igalia/cog"
website_url = "https://wpewebkit.org"
dependencies = ["GLib-2.0", "GObject-2.0", "Gio-2.0", "Soup-2.4"]
devhelp = true
search_index = true
[dependencies."GLib-2.0"]
name = "GLib"
description = "The base utility library"
docs_url = "https://developer.gnome.org/glib/stable"
[dependencies."GObject-2.0"]
name = "GObject"
description = "The base type system library"
docs_url = "https://developer.gnome.org/gobject/stable"
[dependencies."Gio-2.0"]
name = "Gio"
description = "The GLib input/output library"
docs_url = "https://developer.gnome.org/gio/stable"
[dependencies."Soup-2.4"]
name = "Soup"
description = "The Soup networking library"
docs_url = "https://developer.gnome.org/libsoup/stable"
[theme]
name = "basic"
show_index_summary = true
show_class_hierarchy = true
[source-location]
base_url = "https://github.com/Igalia/cog/blob/master/"
[extra]
content_files = [
"overview.md",
"contributing.md",
"platform-wl.md",
"platform-drm.md",
"platform-x11.md",
"platform-headless.md",
"webdriver.md",
]
content_images = [
"../data/cog.png",
]
|