mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:19:07 +08:00
7632bef82e
* 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>
19 lines
362 B
JSON
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
|
|
}
|
|
]
|
|
}
|