mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:00:13 +08:00
76cfc85cd9
Only wasm32 was missing. Also ci.baseline.txt was out of date. In support of https://github.com/microsoft/vcpkg/pull/21502
26 lines
763 B
JSON
26 lines
763 B
JSON
{
|
|
"name": "blend2d",
|
|
"version-date": "2021-03-17",
|
|
"port-version": 1,
|
|
"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 & !wasm32",
|
|
"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."
|
|
}
|
|
}
|
|
}
|