vcpkg/ports/tinygltf/vcpkg.json
2023-10-06 10:37:57 -07:00

11 lines
213 B
JSON

{
"name": "tinygltf",
"version": "2.8.17",
"description": "A header only C++11 glTF 2.0 library.",
"homepage": "https://github.com/syoyo/tinygltf",
"dependencies": [
"nlohmann-json",
"stb"
]
}