vcpkg/ports/glm/vcpkg.json

19 lines
321 B
JSON
Raw Normal View History

{
"name": "glm",
"version": "1.0.1",
2024-06-21 02:40:36 +08:00
"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
}
]
}