Applications/Internet/Cyberia: Add web browser
This is the initial commit of the Cyberia web browser, Html and Css libraries.
This commit is contained in:
parent
3545113247
commit
d3048f31e5
12 changed files with 2849 additions and 8 deletions
|
@ -77,10 +77,15 @@ load_elf("M:/build/bin/tlse");
|
|||
#include "Libraries/Clipboard";
|
||||
#include "Libraries/Widget";
|
||||
#include "Libraries/Theme";
|
||||
"}\n";
|
||||
|
||||
@http_init_tmp_and_cache_directories;
|
||||
|
||||
#include "Libraries/Css/Tokenizer";
|
||||
|
||||
#include "Libraries/Html/Tokenizer";
|
||||
#include "Libraries/Html/Renderer";
|
||||
"}\n";
|
||||
|
||||
load_elf("M:/build/bin/net");
|
||||
|
||||
// Networking Utilities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue