mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
19 lines
390 B
JSON
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
|
|
}
|
|
]
|
|
}
|