-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6a2e9f
commit e9dd76f
Showing
87 changed files
with
3,542 additions
and
4,090 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#pragma once | ||
|
||
#include <karm-ui/node.h> | ||
#include <vaev-dom/document.h> | ||
#include <vaev-markup/dom.h> | ||
|
||
namespace Hideo::Browser { | ||
|
||
Ui::Child app(Mime::Url url, Res<Strong<Vaev::Dom::Document>> dom); | ||
Ui::Child app(Mime::Url url, Res<Strong<Vaev::Markup::Document>> dom); | ||
|
||
} // namespace Hideo::Browser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ | |
"description": "Browse the web", | ||
"requires": [ | ||
"hideo-base", | ||
"vaev-html", | ||
"vaev-xml", | ||
"vaev-view" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.