vcpkg/ports/msdfgen/vcpkg.json
Haeri 083c86d05e
[msdfgen] New port (#15427)
* 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>
2021-01-16 19:33:51 -08:00

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."
}
}
}