vcpkg/ports/lexbor/vcpkg.json
2023-10-04 13:40:28 -07:00

18 lines
353 B
JSON

{
"name": "lexbor",
"version": "2.3.0",
"description": "Lexbor is development of an open source HTML Renderer library.",
"homepage": "https://github.com/lexbor/lexbor",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}