vcpkg/ports/cglm/vcpkg.json
Jia Yue Hua 0fa73de34b
[cglm] update to 0.9.1 (#34074)
* [cglm] update to 0.9.1

* [cglm] update to 0.9.1
2023-09-28 22:55:08 -07:00

19 lines
362 B
JSON

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