mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
1973918384
* [libass] Fix build error on x64-windows-static * [libass] Update vcpkg.json * Update CMakeLists.txt * Update CMakeLists.txt * Update portfile.cmake * [libass] Resolve conflict * [libass] Resolve conflict * format manifest Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
17 lines
396 B
JSON
17 lines
396 B
JSON
{
|
|
"name": "libass",
|
|
"version-string": "0.14.0",
|
|
"port-version": 3,
|
|
"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"
|
|
},
|
|
"freetype",
|
|
"fribidi",
|
|
"harfbuzz"
|
|
]
|
|
}
|