mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:19:00 +08:00
40027831fd
* [args] update to latest version * update version files * correct version field * update version file
17 lines
324 B
JSON
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
|
|
}
|
|
]
|
|
}
|