aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lib3mf/vcpkg.json
blob: 73178e0ee36e423d3a825eb920afdf3f3ad683bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
  ]
}