vcpkg/ports/libuv/vcpkg.json
NancyLi1013 7178cb5eb4
[libuv] Remove the platform restrictions for threads (#20857)
* [libuv] Remove the platform restrictions for threads

* Update version files

* Only remove the limit for WIN32
2021-10-26 23:00:36 -07:00

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
}
]
}