vcpkg/ports/fribidi/vcpkg.json

19 lines
403 B
JSON

{
"name": "fribidi",
"version": "1.0.15",
"description": "GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)",
"homepage": "https://www.gnu.org/software/fribidi",
"license": "LGPL-2.1-or-later",
"supports": "!uwp",
"dependencies": [
{
"name": "fribidi",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}