diff options
Diffstat (limited to 'vcpkg/ports/miniply/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/miniply/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/miniply/vcpkg.json b/vcpkg/ports/miniply/vcpkg.json new file mode 100644 index 0000000..61e20ae --- /dev/null +++ b/vcpkg/ports/miniply/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "miniply", + "version-date": "2022-09-15", + "port-version": 1, + "description": "A fast and easy-to-use PLY parsing library in a single c++11 header and cpp file", + "homepage": "https://github.com/vilya/miniply", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |