diff options
Diffstat (limited to 'vcpkg/ports/tinygltf/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tinygltf/vcpkg.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/tinygltf/vcpkg.json b/vcpkg/ports/tinygltf/vcpkg.json new file mode 100644 index 0000000..7ee673c --- /dev/null +++ b/vcpkg/ports/tinygltf/vcpkg.json @@ -0,0 +1,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" + ] +} |