vcpkg/ports/cglm/vcpkg.json
2024-02-13 13:30:43 -08:00

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
}
]
}