mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 08:19:02 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|