aboutsummaryrefslogtreecommitdiff
path: root/ports/uvw/vcpkg.json
blob: bd896d781bd00d53ca544a823ecd533e72938f51 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "uvw",
  "version-string": "2.7.0",
  "port-version": 1,
  "description": "Header-only, event based, tiny and easy to use libuv wrapper in modern C++.",
  "homepage": "https://github.com/skypjack/uvw",
  "dependencies": [
    "libuv"
  ]
}