mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +08:00
52716b97ad
Co-authored-by: Monica <v-liumonica@microsoft.com>
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "blend2d",
|
|
"version-date": "2023-06-16",
|
|
"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",
|
|
"license": "Zlib",
|
|
"supports": "!uwp & !wasm32",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"jit",
|
|
"logging",
|
|
"tls"
|
|
],
|
|
"features": {
|
|
"jit": {
|
|
"description": "Default feature. Enables jit pipeline compilation.",
|
|
"dependencies": [
|
|
{
|
|
"name": "blend2d",
|
|
"default-features": false,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
},
|
|
"logging": {
|
|
"description": "Default feature. Enables logging.",
|
|
"dependencies": [
|
|
{
|
|
"name": "blend2d",
|
|
"default-features": false,
|
|
"features": [
|
|
"jit"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"tls": {
|
|
"description": "Default feature. Enables use of thread_local feature. Disable for platforms where thread local storage is expensive or not supported.",
|
|
"dependencies": [
|
|
{
|
|
"name": "blend2d",
|
|
"default-features": false,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|