vcpkg/ports/cglm/vcpkg.json
chausner 7632bef82e
[cglm] New port (#29024)
* Add cglm 0.8.8

* Update CI baseline

* Disable ARM and UWP builds

* Update CI baseline

* Add usage

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-23 15:30:41 -08:00

19 lines
362 B
JSON

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