mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 07:01:49 +08:00
12 lines
245 B
JSON
12 lines
245 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|