0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-16 15:46:32 +08:00
xyz347 fd259a15f1
[xpack]Update to 1.0.5 ()
* update xpack version

* update xpack version
2023-05-08 17:12:47 -07:00

12 lines
233 B
JSON

{
"name": "xpack",
"version": "1.0.5",
"description": "Convert C++ struct from/to json/xml",
"homepage": "https://github.com/xyz347/xpack",
"license": "Apache-2.0",
"dependencies": [
"rapidjson",
"rapidxml"
]
}