vcpkg/ports/litehtml/vcpkg.json
Sean Farrell 39170e3eb9
[litehtml] Fix litehtml.h under Visual Studio (#29873)
* [litehtml] Fix litehtml.h under Visual Studio

* [litehtml] Update version baseline.
2023-02-28 10:10:26 -08:00

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
}
]
}