mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
19 lines
321 B
JSON
19 lines
321 B
JSON
{
|
|
"name": "glm",
|
|
"version": "1.0.1",
|
|
"port-version": 3,
|
|
"description": "OpenGL Mathematics (GLM)",
|
|
"homepage": "https://glm.g-truc.net",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|