vcpkg/ports/lexbor/vcpkg.json

18 lines
353 B
JSON
Raw Normal View History

{
"name": "lexbor",
"version": "2.2.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
}
]
}