vcpkg/ports/uvw/vcpkg.json
2023-07-14 16:51:15 -07:00

19 lines
389 B
JSON

{
"name": "uvw",
"version": "3.2.0",
"description": "A compilable static library, event based, tiny and easy to use libuv wrapper in modern C++.",
"homepage": "https://github.com/skypjack/uvw",
"license": "MIT",
"dependencies": [
"libuv",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}