Files
vcpkg/ports/cglm/vcpkg.json
2025-12-11 17:15:36 -08:00

18 lines
332 B
JSON

{
"name": "cglm",
"version-semver": "0.9.6",
"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
}
]
}