vcpkg/ports/fribidi/vcpkg.json
Matthew Oliver 0cdde69abc
[fribidi][harfbuzz] Update to latest versions (#20818)
* [fribidi] Update to 1.0.11

* [harfbuzz] Update to 3.0.0

* update vcpkg.json

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-19 18:30:40 -07:00

10 lines
218 B
JSON

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