vcpkg/ports/games101-cgl/vcpkg.json

22 lines
494 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "games101-cgl",
"version": "0.1.0",
"description": "The package is for Games101's homework8 subproject.",
"homepage": "https://github.com/endingly/games101-cgl",
"license": "MIT",
"dependencies": [
"freetype",
"glew",
"glfw3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}