vcpkg/ports/args/vcpkg.json
Ryan 1c7f8c61f9
[args] Update to 6.2.7 (#21030)
* update version to 6.2.7

* quote paths

* support pkgconfig file

* add versioning
2021-11-05 14:28:17 -07:00

17 lines
314 B
JSON

{
"name": "args",
"version": "6.2.7",
"description": "A simple header-only C++ argument parser library.",
"homepage": "https://github.com/Taywee/args",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}