mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:39:44 +08:00
666589a27d
* [libass] Fix dependency issue * format vcpkg.json
21 lines
463 B
JSON
21 lines
463 B
JSON
{
|
|
"name": "libass",
|
|
"version-string": "0.14.0",
|
|
"port-version": 4,
|
|
"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"
|
|
]
|
|
}
|