diff options
Diffstat (limited to 'ports/tinyply')
| -rw-r--r-- | ports/tinyply/CONTROL | 4 | ||||
| -rw-r--r-- | ports/tinyply/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/tinyply/CONTROL b/ports/tinyply/CONTROL deleted file mode 100644 index a75e1fb9b..000000000 --- a/ports/tinyply/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: tinyply
-Version: 2020-05-22
-Description: C++11 ply 3d mesh format importer & exporter
-Homepage: https://github.com/ddiakopoulos/tinyply
diff --git a/ports/tinyply/vcpkg.json b/ports/tinyply/vcpkg.json new file mode 100644 index 000000000..5cf3b7398 --- /dev/null +++ b/ports/tinyply/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "tinyply", + "version-string": "2020-05-22", + "port-version": 1, + "description": "C++11 ply 3d mesh format importer & exporter", + "homepage": "https://github.com/ddiakopoulos/tinyply" +} |
