vcpkg/ports/args/vcpkg.json
Ryan 775d7a403b
[args] Update to 6.3.0 (#23891)
* update to 6.3.0

* remove pointless copy command

* add license field

* update versions
2022-04-01 14:33:20 -07:00

18 lines
334 B
JSON

{
"name": "args",
"version": "6.3.0",
"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
}
]
}