mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
32 lines
596 B
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"
|
|
]
|
|
}
|
|
}
|
|
}
|