Skip to content

Commit 85f60cb

Browse files
Merge pull request #1027 from lightpanda-io/libcurl-readme
add libcurl in the readme
2 parents 1ca8dc0 + 9c35f8a commit 85f60cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ You may still encounter errors or crashes. Please open an issue with specifics i
140140

141141
Here are the key features we have implemented:
142142

143-
- [x] HTTP loader
144-
- [x] HTTP loader
143+
- [x] HTTP loader (based on Libcurl)
145144
- [x] HTML parser and DOM tree (based on Netsurf libs)
146145
- [x] Javascript support (v8)
147146
- [x] DOM APIs
@@ -170,6 +169,7 @@ install it with the right version in order to build the project.
170169

171170
Lightpanda also depends on
172171
[zig-js-runtime](https://github.com/lightpanda-io/zig-js-runtime/) (with v8),
172+
[Libcurl](https://curl.se/libcurl/),
173173
[Netsurf libs](https://www.netsurf-browser.org/) and
174174
[Mimalloc](https://microsoft.github.io/mimalloc).
175175

0 commit comments

Comments
 (0)