aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sebsjames-maths/vcpkg.json
blob: b14c6ac5b20fedffca24883da0871088d2e25383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "sebsjames-maths",
  "version": "1.0",
  "description": "C++20 code for scalar, vector and complex maths.",
  "homepage": "https://github.com/sebsjames/maths",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}