vcpkg/ports/args/vcpkg.json
Ryan 40027831fd
[args] update to latest version (#16703)
* [args] update to latest version

* update version files

* correct version field

* update version file
2021-03-22 15:35:03 -07:00

17 lines
324 B
JSON

{
"name": "args",
"version-date": "2021-03-14",
"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
}
]
}