vcpkg/ports/simd/vcpkg.json
JonLiu1993 a3a948142b
[simd] update port version to 6.1.140 (#40644)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-08-27 01:29:16 -07:00

19 lines
426 B
JSON

{
"name": "simd",
"version": "6.1.140",
"description": "Simd image processing and machine learning library, designed for C and C++ programmers",
"homepage": "https://github.com/ermig1979/Simd",
"license": "MIT",
"supports": "!(uwp | osx | (arm64 & windows))",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}