aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/uvw/vcpkg.json
blob: 60fe652b1f6eb328cf4d36a429ff092994b660cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "uvw",
  "version": "3.4.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
    }
  ]
}