mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:15:11 +08:00
a618637937
* [lexbor] Add new port * . * addver * addver * ver * Update ports/lexbor/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/lexbor/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update lexbor.json --------- Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
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
|
|
}
|
|
]
|
|
}
|