diff options
Diffstat (limited to 'vcpkg/ports/mikktspace/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mikktspace/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/mikktspace/vcpkg.json b/vcpkg/ports/mikktspace/vcpkg.json new file mode 100644 index 0000000..317420c --- /dev/null +++ b/vcpkg/ports/mikktspace/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "mikktspace", + "version-date": "2020-10-06", + "port-version": 3, + "description": "A common standard for tangent space used in baking tools to produce normal maps", + "homepage": "https://github.com/mmikk/MikkTSpace", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |