vcpkg/ports/fribidi/vcpkg.json

18 lines
336 B
JSON

{
"name": "fribidi",
"version": "1.0.11",
"port-version": 3,
"description": "GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)",
"supports": "!uwp",
"dependencies": [
{
"name": "fribidi",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}