aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mfl/vcpkg.json
blob: 26aeaec07aa1b2021716708c611251490f8fcad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "mfl",
  "version": "0.0.1",
  "port-version": 3,
  "description": "Computes the layout information for mathematical formulas provided in TeX-like syntax.",
  "homepage": "https://github.com/cpp-niel/mfl",
  "license": "MIT",
  "dependencies": [
    "cairo",
    "doctest",
    "fmt",
    "freetype",
    "harfbuzz",
    "range-v3",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}