mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:29:00 +08:00
9fb19afa26
* [fribidi] Update to 1.0.13 * Fix preprocessor
18 lines
349 B
JSON
18 lines
349 B
JSON
{
|
|
"name": "fribidi",
|
|
"version": "1.0.13",
|
|
"description": "GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "fribidi",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|