mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 17:23:03 +08:00
2f0f813af3
* [litehtml] add port in version 0.6 * [litehtml] update versions * [litehtml] is not semver * [litehtml] update versions * [qttools] remove vendored litehtml * [qtttools] remove unused fix_static_build.patch * [qttools] fix manifest formatting * [qttools] add version baseline * [litehtml] fix find gumbo * [litehtml] update version baseline. * [litehtml] fix gumboConfig.cmake * [litehtml] update version baseline
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "litehtml",
|
|
"version": "0.6.0",
|
|
"description": "litehtml is the lightweight HTML rendering engine with CSS2/CSS3 support. ",
|
|
"homepage": "https://github.com/litehtml/litehtml",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|