diff options
Diffstat (limited to 'vcpkg/ports/spz/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/spz/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/spz/vcpkg.json b/vcpkg/ports/spz/vcpkg.json new file mode 100644 index 0000000..b46ed45 --- /dev/null +++ b/vcpkg/ports/spz/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "spz", + "version": "2.1.0", + "description": "File format for 3D Gaussian splats.", + "homepage": "https://scaniverse.com/spz", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ], + "features": { + "tools": { + "description": "Build tools" + } + } +} |