mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:39:00 +08:00
576f3f1ad1
* [highway] Bump to 1.0.6 & fix usage * update version database
24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"name": "highway",
|
|
"version": "1.0.6",
|
|
"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"
|
|
}
|
|
}
|
|
}
|