vcpkg/ports/pugixml/vcpkg.json
JonLiu1993 45113acf59
[pugixml] update to 1.13 (#27625)
* [pugixml] update to 1.13

* update version

* remove patch

* update version

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-11-14 21:33:34 -08:00

18 lines
357 B
JSON

{
"name": "pugixml",
"version": "1.13.0",
"description": "Light-weight, simple and fast XML parser for C++ with XPath support",
"homepage": "https://github.com/zeux/pugixml",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}