mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
19 lines
389 B
JSON
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
|
|
}
|
|
]
|
|
}
|