vcpkg/ports/ada-url/vcpkg.json
Jia Yue Hua a80cd259bb
[ada-url] update to 2.6.8 (#34022)
* [ada-url] update to 2.6.8

* fix deps
2023-09-28 23:16:07 -07:00

24 lines
454 B
JSON

{
"name": "ada-url",
"version": "2.6.8",
"description": "WHATWG-compliant and fast URL parser written in modern C++",
"homepage": "https://ada-url.com/",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build CLI tools (adaparse)",
"supports": "!uwp"
}
}
}