blob: 7ee673c487b1fe3835df21892866ed219ae8be1a (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "tinygltf",
"version": "2.9.7",
"description": "A header only C++11 glTF 2.0 library.",
"homepage": "https://github.com/syoyo/tinygltf",
"dependencies": [
"nlohmann-json",
"stb"
]
}
|