mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
e58a894a9a
* [args] Bump to 6.4.6 * update version database
18 lines
334 B
JSON
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
|
|
}
|
|
]
|
|
}
|