diff options
Diffstat (limited to 'vcpkg/ports/v-hacd/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/v-hacd/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/v-hacd/vcpkg.json b/vcpkg/ports/v-hacd/vcpkg.json new file mode 100644 index 0000000..d24b389 --- /dev/null +++ b/vcpkg/ports/v-hacd/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "v-hacd", + "version": "4.1.0", + "description": "The V-HACD library decomposes a 3D surface into a set of \"near\" convex parts.", + "homepage": "https://github.com/kmammou/v-hacd", + "supports": "!arm" +} |