vcpkg/ports/cglm/vcpkg.json

18 lines
332 B
JSON
Raw Normal View History

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