mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
44fd9d8c32
* [cpr] Update to 1.6.2 * Update version files * Update patch * Update verison files * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json * Fix build error on uwp * Update versions/c-/cpr.json * Add condition for uwp patch * Update versions/c-/cpr.json * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json
13 lines
307 B
JSON
13 lines
307 B
JSON
{
|
|
"name": "cpr",
|
|
"version-semver": "1.6.2",
|
|
"description": "C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.",
|
|
"homepage": "https://github.com/whoshuu/cpr",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|