mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
11 lines
212 B
JSON
11 lines
212 B
JSON
{
|
|
"name": "tinygltf",
|
|
"version": "2.9.3",
|
|
"description": "A header only C++11 glTF 2.0 library.",
|
|
"homepage": "https://github.com/syoyo/tinygltf",
|
|
"dependencies": [
|
|
"nlohmann-json",
|
|
"stb"
|
|
]
|
|
}
|