mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibGemini: Implement basic Gemini protocol support
This commit is contained in:
parent
656d1e1318
commit
308a755c38
Notes:
sideshowbarker
2024-07-19 06:34:26 +09:00
Author: https://github.com/deoxxa
Commit: 308a755c38
Pull-request: https://github.com/SerenityOS/serenity/pull/2218
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
11 changed files with 704 additions and 0 deletions
|
@ -4,6 +4,7 @@ add_subdirectory(LibCore)
|
|||
add_subdirectory(LibCrypto)
|
||||
add_subdirectory(LibDebug)
|
||||
add_subdirectory(LibDesktop)
|
||||
add_subdirectory(LibGemini)
|
||||
add_subdirectory(LibGfx)
|
||||
add_subdirectory(LibGUI)
|
||||
add_subdirectory(LibHTTP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue