vcpkg/ports/litehtml/vcpkg.json

20 lines
411 B
JSON
Raw Normal View History

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