mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
3a409cdf21
* [libass] update to 0.17.1 * [libass] Add to versions file
21 lines
451 B
JSON
21 lines
451 B
JSON
{
|
|
"name": "libass",
|
|
"version": "0.17.1",
|
|
"description": "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format",
|
|
"homepage": "https://github.com/libass/libass",
|
|
"license": "ISC",
|
|
"dependencies": [
|
|
{
|
|
"name": "fontconfig",
|
|
"platform": "linux"
|
|
},
|
|
"freetype",
|
|
"fribidi",
|
|
"harfbuzz",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|