yuzu/externals/vcpkg/ports/expat/vcpkg.json

19 lines
344 B
JSON
Executable File

{
"name": "expat",
"version": "2.4.8",
"port-version": 1,
"description": "XML parser library written in C",
"homepage": "https://github.com/libexpat/libexpat",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}