mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 14:59:01 +08:00
0cdde69abc
* [fribidi] Update to 1.0.11 * [harfbuzz] Update to 3.0.0 * update vcpkg.json * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
10 lines
218 B
JSON
10 lines
218 B
JSON
{
|
|
"name": "fribidi",
|
|
"version": "1.0.11",
|
|
"description": "GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)",
|
|
"supports": "!(uwp | arm)",
|
|
"dependencies": [
|
|
"tool-meson"
|
|
]
|
|
}
|