mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
[litehtml] Fix litehtml.h under Visual Studio (#29873)
* [litehtml] Fix litehtml.h under Visual Studio * [litehtml] Update version baseline.
This commit is contained in:
parent
f93710335b
commit
39170e3eb9
@ -20,11 +20,11 @@ index 98a24e0..d20addd 100644
|
||||
-#include <litehtml/html_tag.h>
|
||||
-#include <litehtml/stylesheet.h>
|
||||
-#include <litehtml/element.h>
|
||||
+#include <html.h>
|
||||
+#include <document.h>
|
||||
+#include <html_tag.h>
|
||||
+#include <stylesheet.h>
|
||||
+#include <element.h>
|
||||
+#include "html.h"
|
||||
+#include "document.h"
|
||||
+#include "html_tag.h"
|
||||
+#include "stylesheet.h"
|
||||
+#include "element.h"
|
||||
|
||||
#endif // LITEHTML_H
|
||||
--
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "litehtml",
|
||||
"version": "0.6.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "litehtml is the lightweight HTML rendering engine with CSS2/CSS3 support.",
|
||||
"homepage": "https://github.com/litehtml/litehtml",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -4738,7 +4738,7 @@
|
||||
},
|
||||
"litehtml": {
|
||||
"baseline": "0.6.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"live555": {
|
||||
"baseline": "2023-01-19",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fbbd4d593d570ec75f5a02fea10a236aecc810d4",
|
||||
"version": "0.6.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "2f2981f2edef7c5f69ba42716c007822f74e99ae",
|
||||
"version": "0.6.0",
|
||||
|
Loading…
Reference in New Issue
Block a user