vcpkg/ports/graphene/vcpkg.json
Alonso Schaich 44135c3103
[graphene] update to 1.10.8 (microsoft#27397) (#27398)
* [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>
2022-10-25 23:18:40 -07:00

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
}
]
}