diff options
Diffstat (limited to 'ports/blend2d')
| -rw-r--r-- | ports/blend2d/vcpkg.json | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/ports/blend2d/vcpkg.json b/ports/blend2d/vcpkg.json index e8940a0ee..0b9a3e48e 100644 --- a/ports/blend2d/vcpkg.json +++ b/ports/blend2d/vcpkg.json @@ -1,10 +1,15 @@ { "name": "blend2d", "version-string": "beta_2020-07-09", - "port-version": 0, "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)", + "default-features": [ + "jit", + "logging", + "tls" + ], "features": [ { "name": "jit", @@ -18,11 +23,5 @@ "name": "tls", "description": "Default feature. Enables use of thread_local feature. Disable for platforms where thread local storage is expensive or not supported." } - ], - "default-features": [ - "jit", - "logging", - "tls" - ], - "supports": "!(arm|uwp)" + ] } |
