diff options
Diffstat (limited to 'vcpkg/ports/f3d/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/f3d/vcpkg.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/vcpkg/ports/f3d/vcpkg.json b/vcpkg/ports/f3d/vcpkg.json new file mode 100644 index 0000000..ef08483 --- /dev/null +++ b/vcpkg/ports/f3d/vcpkg.json @@ -0,0 +1,55 @@ +{ + "name": "f3d", + "version": "3.2.0", + "description": "A fast and minimalist 3D viewer", + "homepage": "https://f3d.app", + "license": "BSD-3-Clause", + "supports": "!(windows & (arm | uwp))", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + { + "name": "vtk", + "default-features": false, + "features": [ + "opengl", + "seacas" + ] + } + ], + "features": { + "alembic": { + "description": "alembic plugin", + "dependencies": [ + "alembic" + ] + }, + "application": { + "description": "build the application" + }, + "assimp": { + "description": "assimp plugin", + "dependencies": [ + "assimp" + ] + }, + "draco": { + "description": "draco plugin", + "dependencies": [ + "draco" + ] + }, + "exr": { + "description": "support for OpenEXR images", + "dependencies": [ + "openexr" + ] + } + } +} |