aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/litehtml/vcpkg.json
blob: 721de0dfb88692cbf8e42043324cab43a38ff565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "litehtml",
  "version": "0.9.0",
  "description": "litehtml is the lightweight HTML rendering engine with CSS2/CSS3 support.",
  "homepage": "https://github.com/litehtml/litehtml",
  "license": "BSD-3-Clause",
  "dependencies": [
    "gumbo",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}