vcpkg/ports/highway/vcpkg.json
Kai Pastor b88b05f297
[highway] Update to 1.0.3, dynamic linkage (#29250)
* [highway] Update to 1.0.3

* Enable shared linkage
2023-01-30 17:09:39 -08:00

20 lines
425 B
JSON

{
"name": "highway",
"version-semver": "1.0.3",
"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
}
],
"features": {
"contrib": {
"description": "SIMD related utility functions",
"supports": "!uwp"
}
}
}