aboutsummaryrefslogtreecommitdiff
path: root/ports/blend2d
diff options
context:
space:
mode:
Diffstat (limited to 'ports/blend2d')
-rw-r--r--ports/blend2d/vcpkg.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/ports/blend2d/vcpkg.json b/ports/blend2d/vcpkg.json
index d61e3f4ce..4e763f595 100644
--- a/ports/blend2d/vcpkg.json
+++ b/ports/blend2d/vcpkg.json
@@ -10,18 +10,15 @@
"logging",
"tls"
],
- "features": [
- {
- "name": "jit",
+ "features": {
+ "jit": {
"description": "Default feature. Enables jit pipeline compilation. Not supported for ARM and UWP."
},
- {
- "name": "logging",
+ "logging": {
"description": "Default feature. Enables logging."
},
- {
- "name": "tls",
+ "tls": {
"description": "Default feature. Enables use of thread_local feature. Disable for platforms where thread local storage is expensive or not supported."
}
- ]
+ }
}