vcpkg/ports/highway/vcpkg.json
2024-06-26 13:05:50 -07:00

24 lines
486 B
JSON

{
"name": "highway",
"version": "1.2.0",
"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"
}
}
}