mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:59:01 +08:00
f138027a70
* c-ares: bump to 1.19 and make it build on uwp. guard-imported-lib.patch got upstreamed, no longer necessary. * drogon: disable uwp support. It depends on c-ares which now supports uwp which means that this port needs to be explicitly disabled.
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "c-ares",
|
|
"version-semver": "1.19.0",
|
|
"description": "A C library for asynchronous DNS requests",
|
|
"homepage": "https://github.com/c-ares/c-ares",
|
|
"license": "MIT-CMU",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|