vcpkg/ports/litehtml/vcpkg.json
2024-05-08 11:45:05 -07:00

19 lines
390 B
JSON

{
"name": "litehtml",
"version": "0.9.0",
"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
}
]
}