vcpkg/ports/args/vcpkg.json
Weihang Ding e58a894a9a
[args] Bump to 6.4.6 (#32950)
* [args] Bump to 6.4.6

* update version database
2023-08-04 06:49:30 -07:00

18 lines
334 B
JSON

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