mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:28:59 +08:00
6563298448
* Add control and portfile for mfl port * Add mfl port * reference version better header inclusion * reference version with fmt linkage * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Set ports that don't build to fail in the ci baseline * add version * Check for static linkage and add message about C++20 requirements. * add fail to ci baseline for dynamic windows builds * version update * Code review improvements - Improve warning message that the port requires a C++20 compiler - Use `version` rather than `version-string` in manifest - Use `"supports": "static"` in manifest instead of setting dynamic builds to `fail` in ci baseline. * update version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|