aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libwebm/vcpkg.json
blob: 324d3c88c28e40d513ce073b2bbadb50836ea05a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "libwebm",
  "version": "1.0.0.32",
  "description": "WebM File Parser",
  "homepage": "https://github.com/webmproject/libwebm",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}