mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
29 lines
801 B
JSON
29 lines
801 B
JSON
|
{
|
||
|
"name": "blend2d",
|
||
|
"version-string": "beta_2020-07-09",
|
||
|
"port-version": 0,
|
||
|
"description": "Beta 2D Vector Graphics Powered by a JIT Compiler",
|
||
|
"homepage": "https://github.com/blend2d/blend2d",
|
||
|
"documentation": "https://blend2d.com/doc/index.html",
|
||
|
"features": [
|
||
|
{
|
||
|
"name": "jit",
|
||
|
"description": "Default feature. Enables jit pipeline compilation. Not supported for ARM and UWP."
|
||
|
},
|
||
|
{
|
||
|
"name": "logging",
|
||
|
"description": "Default feature. Enables logging."
|
||
|
},
|
||
|
{
|
||
|
"name": "tls",
|
||
|
"description": "Default feature. Enables use of thread_local feature. Disable for platforms where thread local storage is expensive or not supported."
|
||
|
}
|
||
|
],
|
||
|
"default-features": [
|
||
|
"jit",
|
||
|
"logging",
|
||
|
"tls"
|
||
|
],
|
||
|
"supports": "!(arm|uwp)"
|
||
|
}
|