aboutsummaryrefslogtreecommitdiff
path: root/ports/tinygltf/vcpkg.json
blob: b18a092ad77a6607b5c2de95c6393c16e594e3ff (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "tinygltf",
  "version-string": "2020-07-28",
  "port-version": 2,
  "description": "A header only C++11 glTF 2.0 library.",
  "homepage": "https://github.com/syoyo/tinygltf",
  "dependencies": [
    "nlohmann-json",
    "stb"
  ]
}