diff options
Diffstat (limited to 'vcpkg/ports/libtess2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libtess2/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/libtess2/vcpkg.json b/vcpkg/ports/libtess2/vcpkg.json new file mode 100644 index 0000000..ce54d78 --- /dev/null +++ b/vcpkg/ports/libtess2/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "libtess2", + "version-date": "2021-12-27", + "description": "Game and tools oriented refactored version of GLU tesselator.", + "homepage": "https://github.com/memononen/libtess2", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |