vcpkg/ports/cglm/vcpkg.json
Jia Yue Hua a434c364ee
[cglm] update to 0.9.2 (#36285)
* [cglm] update to 0.9.2

* [cglm] update to 0.9.2
2024-01-22 10:58:16 -08:00

19 lines
354 B
JSON

{
"name": "cglm",
"version-semver": "0.9.2",
"description": "Highly Optimized Graphics Math (glm) for C",
"homepage": "https://github.com/recp/cglm",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}