aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/simd/vcpkg.json
blob: 226a9a16d866a974c9234c97cbcc40a98d85df88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "simd",
  "version": "6.2.155",
  "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
    }
  ]
}