mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:29:01 +08:00
775d7a403b
* update to 6.3.0 * remove pointless copy command * add license field * update versions
18 lines
334 B
JSON
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
|
|
}
|
|
]
|
|
}
|