vcpkg/ports/games101-cgl/vcpkg.json
endingly 3056fed522
[games101-cgl] new port (#31831)
* [games101-cgl] new port

* [games101-cgl] update version file

* [games101-cgl] update version dataset

* Updated the logic for installing the source code repository

* Updated the logic for installing the source code repository

* Update ports/games101-cgl/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* modify installation behavior

* add git-tree id

* Update version database

* add usage

* modify download hash

* update version data

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-06-14 12:35:23 -07:00

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
}
]
}