pineapple-src/externals/vcpkg/ports/libuv/vcpkg.json
2022-07-23 03:01:36 +02:00

16 lines
349 B
JSON
Executable file

{
"name": "libuv",
"version-semver": "1.43.0",
"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
}
]
}