vcpkg/ports/simd/vcpkg.json
2024-10-15 00:35:40 -07:00

19 lines
426 B
JSON

{
"name": "simd",
"version": "6.1.142",
"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
}
]
}