vcpkg/ports/blend2d/vcpkg.json
Jakub Melka 11884e49a8
[blend2d] update port to 2024-06-28 (#39730)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-07-10 10:01:55 -04:00

35 lines
720 B
JSON

{
"name": "blend2d",
"version-date": "2024-07-08",
"description": "2D Vector Graphics Engine Powered by a JIT Compiler",
"homepage": "https://github.com/blend2d/blend2d",
"documentation": "https://blend2d.com/doc/index.html",
"license": "Zlib",
"supports": "!wasm32",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
{
"name": "jit",
"platform": "!arm32"
}
],
"features": {
"jit": {
"description": "Enables JIT compiler to generate optimized pipelines.",
"supports": "!arm32",
"dependencies": [
"asmjit"
]
}
}
}