mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
39170e3eb9
* [litehtml] Fix litehtml.h under Visual Studio * [litehtml] Update version baseline.
20 lines
411 B
JSON
20 lines
411 B
JSON
{
|
|
"name": "litehtml",
|
|
"version": "0.6.0",
|
|
"port-version": 2,
|
|
"description": "litehtml is the lightweight HTML rendering engine with CSS2/CSS3 support.",
|
|
"homepage": "https://github.com/litehtml/litehtml",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"gumbo",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|