diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/f3d/vcpkg.json | |
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" + ] + } + } +} |