vcpkg/ports/uvw/vcpkg.json
Jack·Boos·Yu 1c284e9aa4
[uvw] Fix usage (#25684)
* [uvw] Fix usage

* version
2022-07-11 16:20:49 -07:00

20 lines
395 B
JSON

{
"name": "uvw",
"version": "2.12.1",
"port-version": 2,
"description": "Header-only, 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
}
]
}