mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:39:06 +08:00
18 lines
353 B
JSON
18 lines
353 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|