diff options
Diffstat (limited to 'vcpkg/ports/lib3mf/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/lib3mf/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/lib3mf/vcpkg.json b/vcpkg/ports/lib3mf/vcpkg.json new file mode 100644 index 0000000..73178e0 --- /dev/null +++ b/vcpkg/ports/lib3mf/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "lib3mf", + "version": "2.4.1", + "description": "lib3mf is an implementation of the 3D Manufacturing Format file standard", + "homepage": "https://github.com/3MFConsortium/lib3mf", + "license": "BSD-2-Clause", + "supports": "(windows & (x86 | x64) & !static & !staticcrt) | (linux & x64) | (osx & (x64 | arm64))", + "dependencies": [ + "cpp-base64", + "fast-float", + "libzip", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |