vcpkg/ports/highway/vcpkg.json
xiaozhuai, Weihang Ding 0786980ca2
[highway] Bump to 1.0.4 (#32403)
* [highway] Bump to 1.0.4

* update version database
2023-07-05 11:18:26 -07:00

24 lines
486 B
JSON

{
"name": "highway",
"version": "1.0.4",
"description": "Performance-portable, length-agnostic SIMD with runtime dispatch",
"homepage": "https://github.com/google/highway",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"contrib": {
"description": "SIMD related utility functions",
"supports": "!uwp"
}
}
}