mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
a880596395
* [glm] Bump to 0.9.9.8+20230608 & fix usage * switch to version-date * update version database
18 lines
310 B
JSON
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
|
|
}
|
|
]
|
|
}
|