vcpkg/ports/sdl2-ttf/vcpkg.json

32 lines
596 B
JSON

{
"name": "sdl2-ttf",
"version": "2.22.0",
"port-version": 1,
"description": "A library for rendering TrueType fonts with SDL",
"homepage": "https://www.libsdl.org/projects/SDL_ttf/",
"license": "Zlib",
"dependencies": [
"freetype",
{
"name": "sdl2",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"harfbuzz": {
"description": "Enable HarfBuzz support",
"dependencies": [
"harfbuzz"
]
}
}
}