vcpkg/ports/mfl/vcpkg.json
Thomas1664 3d8c3f5ec0
[mfl] Fix supports for building on normal triplets (#26951)
* fbthrift

* mfl

* version

* Disable tests

* version

* revert fbthrift
2022-10-08 21:47:42 -07:00

25 lines
479 B
JSON

{
"name": "mfl",
"version": "0.0.1",
"port-version": 1,
"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
}
]
}