pineapple/externals/vcpkg/ports/mfl/vcpkg.json

17 lines
353 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "mfl",
"version": "0.0.1",
"description": "Computes the layout information for mathematical formulas provided in TeX-like syntax.",
"homepage": "https://github.com/cpp-niel/mfl",
"license": "MIT",
"supports": "static",
"dependencies": [
"cairo",
"doctest",
"fmt",
"freetype",
"harfbuzz",
"range-v3"
]
}