mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
8cbe679806
* [libass] update to 0.15.2 and fix .pc file on windows * [libass] Add to versions file
20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"name": "libass",
|
|
"version": "0.15.2",
|
|
"description": "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format",
|
|
"homepage": "https://github.com/libass/libass",
|
|
"dependencies": [
|
|
{
|
|
"name": "dirent",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "fontconfig",
|
|
"platform": "linux"
|
|
},
|
|
"freetype",
|
|
"fribidi",
|
|
"harfbuzz"
|
|
]
|
|
}
|