aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lexbor/vcpkg.json
blob: 0ba8a738fa8fd344527075a673a0cd38d976d8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "lexbor",
  "version": "2.6.0",
  "description": "Lexbor is development of an open source HTML Renderer library.",
  "homepage": "https://github.com/lexbor/lexbor",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "perf": {
      "description": "Enables support for rdtsc",
      "supports": "!arm"
    }
  }
}