aboutsummaryrefslogtreecommitdiff
path: root/ports/blend2d/CONTROL
diff options
context:
space:
mode:
authorZeeWanderer <mxx888777@gmail.com>2020-05-08 08:30:20 +0300
committerGitHub <noreply@github.com>2020-05-07 22:30:20 -0700
commit124e8151c1b1b19342fd819b94a455c892c5d1b7 (patch)
tree41fc655da72eb41781b2d000d80d272b6dd4f6f8 /ports/blend2d/CONTROL
parentf2314218cdcfe2f3697b0314cd53dbd214963a8c (diff)
downloadvcpkg-124e8151c1b1b19342fd819b94a455c892c5d1b7.tar.gz
vcpkg-124e8151c1b1b19342fd819b94a455c892c5d1b7.zip
[blend2d] Update to beta_2020-05-04 (#11155)
Diffstat (limited to 'ports/blend2d/CONTROL')
-rw-r--r--ports/blend2d/CONTROL8
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/blend2d/CONTROL b/ports/blend2d/CONTROL
index b032f9ba0..7f4ddc86d 100644
--- a/ports/blend2d/CONTROL
+++ b/ports/blend2d/CONTROL
@@ -1,7 +1,8 @@
Source: blend2d
-Version: beta_2020-04-19
+Version: beta_2020-05-04
+Homepage: https://github.com/blend2d/blend2d
Description: Beta 2D Vector Graphics Powered by a JIT Compiler
-Default-Features: jit, logging
+Default-Features: jit, logging, tls
Supports: !(arm|uwp)
Feature: jit
@@ -9,3 +10,6 @@ Description: Default feature. Enables jit pipeline compilation. Not supported fo
Feature: logging
Description: Default feature. Enables logging.
+
+Feature: tls
+Description: Default feature. Enables use of thread_local feature. Disable for platforms where thread local storage is expensive or not supported.