vcpkg/ports/blend2d/vcpkg.json
ZeeWanderer e1e3d81a59
[blend2d] Update to beta_2021-03-17 (#16804)
* [blend2d] Update to 2021-03-17

* [blend2d] update port_versions
2021-03-23 14:30:38 -07:00

25 lines
733 B
JSON

{
"name": "blend2d",
"version-date": "2021-03-17",
"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."
}
}
}