mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"name": "fribidi",
|
|
"version": "1.0.12",
|
|
"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
|
|
}
|
|
]
|
|
}
|