aboutsummaryrefslogtreecommitdiff
path: root/ports/blend2d/vcpkg.json
blob: d04ddc4f2a32f02292490d1e8be939c74bd5349f (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
{
  "name": "blend2d",
  "version-string": "beta_2021-01-02",
  "description": "Beta 2D Vector Graphics Powered by a JIT Compiler",
  "homepage": "https://github.com/blend2d/blend2d",
  "documentation": "https://blend2d.com/doc/index.html",
  "supports": "!(arm | uwp)",
  "default-features": [
    "jit",
    "logging",
    "tls"
  ],
  "features": {
    "jit": {
      "description": "Default feature. Enables jit pipeline compilation. Not supported for ARM and UWP."
    },
    "logging": {
      "description": "Default feature. Enables logging."
    },
    "tls": {
      "description": "Default feature. Enables use of thread_local feature. Disable for platforms where thread local storage is expensive or not supported."
    }
  }
}