vcpkg/ports/tinygltf/vcpkg.json
chausner 2c394515ab
[tinygltf] Update to 2.5.0 (#21560)
* Update tinygltf to 2.5.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-22 15:45:07 -08:00

11 lines
212 B
JSON

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