aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/glm/vcpkg.json
blob: 81485e29986ceaae061d07ec6ec03d8c9551d7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "glm",
  "version": "1.0.2",
  "description": "OpenGL Mathematics (GLM)",
  "homepage": "https://glm.g-truc.net",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}