mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:39:01 +08:00
45113acf59
* [pugixml] update to 1.13 * update version * remove patch * update version Co-authored-by: Billy O'Neal <bion@microsoft.com>
18 lines
357 B
JSON
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
|
|
}
|
|
]
|
|
}
|