]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/blend2d/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / blend2d / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "blend2d",
3 "version-date": "2021-03-17",
4 "description": "Beta 2D Vector Graphics Powered by a JIT Compiler",
5 "homepage": "https://github.com/blend2d/blend2d",
6 "documentation": "https://blend2d.com/doc/index.html",
7 "supports": "!(arm | uwp)",
8 "default-features": [
9 "jit",
10 "logging",
11 "tls"
12 ],
13 "features": {
14 "jit": {
15 "description": "Default feature. Enables jit pipeline compilation. Not supported for ARM and UWP."
16 },
17 "logging": {
18 "description": "Default feature. Enables logging."
19 },
20 "tls": {
21 "description": "Default feature. Enables use of thread_local feature. Disable for platforms where thread local storage is expensive or not supported."
22 }
23 }
24}