mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-16 21:38:12 +08:00
02344c986b
* [glm] Bump to 1.0.0 * Update version database * Fix build on android * Update version database
18 lines
300 B
JSON
18 lines
300 B
JSON
{
|
|
"name": "glm",
|
|
"version": "1.0.0",
|
|
"description": "OpenGL Mathematics (GLM)",
|
|
"homepage": "https://glm.g-truc.net",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|