aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/litehtml/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/litehtml/vcpkg.json')
-rw-r--r--vcpkg/ports/litehtml/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/litehtml/vcpkg.json b/vcpkg/ports/litehtml/vcpkg.json
new file mode 100644
index 0000000..721de0d
--- /dev/null
+++ b/vcpkg/ports/litehtml/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "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
+ }
+ ]
+}