mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
22 lines
494 B
JSON
22 lines
494 B
JSON
|
{
|
||
|
"$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
|
||
|
}
|
||
|
]
|
||
|
}
|