vcpkg/ports/tidy-html5/vcpkg.json
jim wang 98ee16b991
[tidy-html5] Replace uwp does not support functions (#35375)
* Replace uwp does not support functions

* update version

* fix patch

* update version

* del baseline

---------

Co-authored-by: Jim wang (BEYONDSOFT CONSULTING INC) <v-wangjim@microsoft.com>
2024-01-29 20:00:07 -08:00

15 lines
381 B
JSON

{
"name": "tidy-html5",
"version": "5.8.0",
"port-version": 1,
"description": "Tidy tidies HTML and XML. It can tidy your documents by itself, and developers can easily integrate its features into even more powerful tools.",
"homepage": "https://www.html-tidy.org",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}