mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
a434c364ee
* [cglm] update to 0.9.2 * [cglm] update to 0.9.2
19 lines
354 B
JSON
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
|
|
}
|
|
]
|
|
}
|