mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:39:00 +08:00
8963164ada
* [sdl2-ttf] Bump to version 2.20.2 * [sdl2-ttf] Update baseline * [sdl2-ttf] Apply suggestions from review.
28 lines
520 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|