mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
7178cb5eb4
* [libuv] Remove the platform restrictions for threads * Update version files * Only remove the limit for WIN32
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"name": "libuv",
|
|
"version-semver": "1.42.0",
|
|
"port-version": 2,
|
|
"description": "libuv is a multi-platform support library with a focus on asynchronous I/O.",
|
|
"homepage": "https://github.com/libuv/libuv",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|