aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mathc/vcpkg.json
blob: 531276a2b49efb88f50048b1e52dbd81b7fcf79b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "mathc",
  "version-date": "2019-09-29",
  "port-version": 3,
  "description": "Pure C math library for 2D and 3D programming",
  "homepage": "https://github.com/felselva/mathc",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}