aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/blend2d/vcpkg.json
blob: 4ab7b2572ed179b526760f54c8f4050740dd5e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "blend2d",
  "version-date": "2025-03-08",
  "port-version": 1,
  "description": "2D Vector Graphics Engine Powered by a JIT Compiler",
  "homepage": "https://github.com/blend2d/blend2d",
  "documentation": "https://blend2d.com/doc/index.html",
  "license": "Zlib",
  "supports": "!wasm32",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    {
      "name": "jit",
      "platform": "!arm32"
    }
  ],
  "features": {
    "jit": {
      "description": "Enables JIT compiler to generate optimized pipelines.",
      "supports": "!arm32",
      "dependencies": [
        "asmjit"
      ]
    }
  }
}