vcpkg/ports/blend2d/vcpkg.json
Billy O'Neal 76cfc85cd9
[blend2d] Remove vcpkg_fail_port_install. (#22741)
Only wasm32 was missing.

Also ci.baseline.txt was out of date.

In support of https://github.com/microsoft/vcpkg/pull/21502
2022-01-24 12:54:40 -08:00

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."
}
}
}