vcpkg/ports/uvw/vcpkg.json
Lily Wang 602815cba4
[uvw] Update to 3.0.0 (#31317)
* [uvw] Update to 3.0.0

* update version
2023-05-09 16:04:38 -07:00

19 lines
389 B
JSON

{
"name": "uvw",
"version": "3.0.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
}
]
}