mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:09:01 +08:00
44135c3103
* [graphene] update to 1.10.8 (microsoft#27397) * [graphene] regenerate versions registries (microsoft#27397) * Use VERSION declared by vcpkg itself, add quotes. * Add license field. * Modernize vcpkg_extract_source_archive_ex Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
376 B
JSON
21 lines
376 B
JSON
{
|
|
"name": "graphene",
|
|
"version": "1.10.8",
|
|
"description": "A thin layer of types for graphic libraries.",
|
|
"homepage": "https://www.gtk.org/",
|
|
"license": "MIT",
|
|
"supports": "!(arm & windows)",
|
|
"dependencies": [
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|