mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:19:23 +08:00
ab555695dd
* [uvw] update to <2.12.1> * update version * overwrite version * No absolute path * update version
19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"name": "uvw",
|
|
"version": "2.12.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|