vcpkg/ports/glm/vcpkg.json
Weihang Ding a880596395
[glm] Bump to 2023-06-08 & fix usage (#32685)
* [glm] Bump to 0.9.9.8+20230608 & fix usage

* switch to version-date

* update version database
2023-08-23 22:04:38 -07:00

18 lines
310 B
JSON

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