Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

40 lines
764 B
JSON

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