mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:29:11 +08:00
083c86d05e
* initial * format * Update ports/msdfgen/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/msdfgen/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * using vcpkg_copy_tools * Compromise between renameing and UWP * added feature "tools" * forgot a check * Update ports/msdfgen/portfile.cmake * Update port_versions * Add msdfgen.json in port_versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"name": "msdfgen",
|
|
"version-string": "1.8",
|
|
"description": "Multi-channel signed distance field generator",
|
|
"homepage": "https://github.com/Chlumsky/msdfgen",
|
|
"dependencies": [
|
|
"freetype"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Generates an executable inside the tools folder. Not supported on UWP."
|
|
}
|
|
}
|
|
}
|