mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +08:00
1c284e9aa4
* [uvw] Fix usage * version
20 lines
395 B
JSON
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
|
|
}
|
|
]
|
|
}
|