mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
694b757525
* Update msdfgen to 1.9.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
26 lines
567 B
JSON
26 lines
567 B
JSON
{
|
|
"name": "msdfgen",
|
|
"version": "1.9.1",
|
|
"description": "Multi-channel signed distance field generator",
|
|
"homepage": "https://github.com/Chlumsky/msdfgen",
|
|
"dependencies": [
|
|
"freetype",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"openmp": {
|
|
"description": "Build with OpenMP support for multi-threaded code."
|
|
},
|
|
"tools": {
|
|
"description": "Generates an executable inside the tools folder. Not supported on UWP."
|
|
}
|
|
}
|
|
}
|