mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:18:59 +08:00
e3a3942a9e
* [highway] update to 1.0.2 * [lcms] update to 2.14 * [libjxl] update to 0.7.0
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"name": "highway",
|
|
"version-semver": "1.0.2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|