vcpkg/ports/vcpkg-pkgconfig-get-modules/vcpkg.json

14 lines
269 B
JSON
Raw Normal View History

{
"name": "vcpkg-pkgconfig-get-modules",
"version-date": "2023-09-06",
"documentation": "https://vcpkg.io/en/docs/README.html",
"license": "MIT",
"dependencies": [
{
"name": "pkgconf",
"host": true,
"default-features": false
}
]
}