{
  "$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
    }
  ]
}
