mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
f9ae3ba570
* [glm] Restore version 0.9.9.8 * revert glm update --------- Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
19 lines
323 B
JSON
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
|
|
}
|
|
]
|
|
}
|