vcpkg/ports/glm/vcpkg.json
2024-02-08 22:43:32 -08:00

19 lines
321 B
JSON

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