mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 08:08:59 +08:00
20 lines
341 B
JSON
20 lines
341 B
JSON
|
{
|
||
|
"name": "rioki-glow",
|
||
|
"version-semver": "0.2.0",
|
||
|
"description": "OpenGL Object Wrapper",
|
||
|
"homepage": "https://github.com/rioki/glow",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
"glew",
|
||
|
"glm",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|