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).