24 lines
469 B
JSON
24 lines
469 B
JSON
{
|
|
"name": "lexbor",
|
|
"version": "2.4.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
|
|
}
|
|
],
|
|
"features": {
|
|
"perf": {
|
|
"description": "Enables support for rdtsc",
|
|
"supports": "!arm"
|
|
}
|
|
}
|
|
}
|