mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
7708b63fa2
* Update msdfgen to 1.9.2 * Update CI baseline * Fix CMake option * Update CI baseline * Add license * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
27 lines
587 B
JSON
27 lines
587 B
JSON
{
|
|
"name": "msdfgen",
|
|
"version": "1.9.2",
|
|
"description": "Multi-channel signed distance field generator",
|
|
"homepage": "https://github.com/Chlumsky/msdfgen",
|
|
"license": "MIT",
|
|
"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."
|
|
}
|
|
}
|
|
}
|