mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 17:21:18 +08:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "cglm",
|
|
"version-semver": "0.9.2",
|
|
"port-version": 1,
|
|
"description": "Highly Optimized Graphics Math (glm) for C",
|
|
"homepage": "https://github.com/recp/cglm",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|