vcpkg/ports/utf8-range/vcpkg.json
JonLiu1993 a3ff43d793
[utf8-range] update to 5.29.1 (#42752)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-12-19 13:04:29 -05:00

19 lines
378 B
JSON

{
"name": "utf8-range",
"version": "5.29.1",
"description": "Fast UTF-8 validation with Range algorithm (NEON+SSE4+AVX2)",
"homepage": "https://github.com/protocolbuffers/protobuf",
"license": "MIT",
"dependencies": [
"abseil",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}