vcpkg/ports/gobject-introspection/vcpkg.json
2022-01-26 10:00:37 -08:00

31 lines
604 B
JSON

{
"name": "gobject-introspection",
"version": "1.70.0",
"description": "A middleware layer between C libraries (using GObject) and language bindings.",
"homepage": "https://gi.readthedocs.io/en/latest/",
"supports": "!static & native",
"dependencies": [
{
"name": "cairo",
"default-features": false,
"features": [
"gobject"
]
},
"glib",
{
"name": "glib",
"host": true
},
{
"name": "gobject-introspection",
"host": true
},
"python3",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}