mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:01:47 +08:00
1c7f8c61f9
* update version to 6.2.7 * quote paths * support pkgconfig file * add versioning
17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"name": "args",
|
|
"version": "6.2.7",
|
|
"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
|
|
}
|
|
]
|
|
}
|