vcpkg/ports/glm/vcpkg.json
2024-06-20 11:40:36 -07:00

19 lines
321 B
JSON

{
"name": "glm",
"version": "1.0.1",
"port-version": 3,
"description": "OpenGL Mathematics (GLM)",
"homepage": "https://glm.g-truc.net",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}