vcpkg/ports/fribidi/vcpkg.json
Osyotr 9fb19afa26
[fribidi] Update to 1.0.13 (#34802)
* [fribidi] Update to 1.0.13

* Fix preprocessor
2023-11-02 10:41:36 -07:00

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
}
]
}