From 9c35f8a24e2da0097cca8f25cf9d1e8015fac978 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 9 Sep 2025 11:22:56 +0200 Subject: [PATCH] add libcurl in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff5a248b..a1009e7f 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,7 @@ You may still encounter errors or crashes. Please open an issue with specifics i Here are the key features we have implemented: -- [x] HTTP loader -- [x] HTTP loader +- [x] HTTP loader (based on Libcurl) - [x] HTML parser and DOM tree (based on Netsurf libs) - [x] Javascript support (v8) - [x] DOM APIs @@ -170,6 +169,7 @@ install it with the right version in order to build the project. Lightpanda also depends on [zig-js-runtime](https://github.com/lightpanda-io/zig-js-runtime/) (with v8), +[Libcurl](https://curl.se/libcurl/), [Netsurf libs](https://www.netsurf-browser.org/) and [Mimalloc](https://microsoft.github.io/mimalloc).