mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:20:31 +08:00
f4922ef999
* Update tinyxml2 to 9.0.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"name": "tinyxml2",
|
|
"version-semver": "9.0.0",
|
|
"description": "A simple, small, efficient, C++ XML parser",
|
|
"homepage": "https://github.com/leethomason/tinyxml2",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|