diff options
Diffstat (limited to 'vcpkg/ports/mfl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mfl/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/mfl/vcpkg.json b/vcpkg/ports/mfl/vcpkg.json new file mode 100644 index 0000000..26aeaec --- /dev/null +++ b/vcpkg/ports/mfl/vcpkg.json @@ -0,0 +1,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 + } + ] +} |