vcpkg/ports/sdl2-ttf/vcpkg.json
Pierre Wendling 8963164ada
[sdl2-ttf] Bump to 2.20.2 (#29488)
* [sdl2-ttf] Bump to version 2.20.2

* [sdl2-ttf] Update baseline

* [sdl2-ttf] Apply suggestions from review.
2023-02-08 13:45:58 -08:00

28 lines
520 B
JSON

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