25 lines
741 B
JSON
25 lines
741 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/master/docs/vcpkg.schema.json",
|
|
"name": "msdf-atlas-gen",
|
|
"version": "1.3.0",
|
|
"description": "Multi-channel signed distance field atlas generator",
|
|
"homepage": "https://github.com/Chlumsky/msdf-atlas-gen",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"freetype",
|
|
"libpng"
|
|
],
|
|
"default-features": [
|
|
"geometry-preprocessing"
|
|
],
|
|
"features": {
|
|
"geometry-preprocessing": {
|
|
"description": "Preprocessing of non-compliant vector geometry via the Skia library",
|
|
"dependencies": [ {
|
|
"name": "skia",
|
|
"default-features": false
|
|
} ]
|
|
}
|
|
}
|
|
}
|