vcpkg/ports/argparse/vcpkg.json
KindRoach 14bae4892f
[argparse] bump version to 3.0 (#34955)
* [argparse] bump version to 3.0

* use ${VERSION} for github ref.
2023-11-08 09:41:57 -08:00

18 lines
322 B
JSON

{
"name": "argparse",
"version": "3.0",
"description": "Argument parser for modern C++",
"homepage": "https://github.com/p-ranav/argparse",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}