vcpkg/ports/glm/vcpkg.json
xiaozhuai, Weihang Ding 09c963efbb
[glm] Modernization (#29314)
* [glm] Modernization

* update version database
2023-01-31 12:34:37 -08:00

19 lines
323 B
JSON

{
"name": "glm",
"version": "0.9.9.8",
"port-version": 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
}
]
}