aboutsummaryrefslogtreecommitdiff
path: root/ports/blend2d/CONTROL
diff options
context:
space:
mode:
authorMaxim Kulyk <mxx888777@gmail.com>2019-07-18 23:32:41 +0300
committerPhil Christensen <philc@microsoft.com>2019-07-18 13:32:41 -0700
commit96925e320363098d028bd0849c54e8e6dffcfa11 (patch)
tree1ec943a20502a1b116fe05651d4b60e29bec4ec4 /ports/blend2d/CONTROL
parent68e909ed1f59bf650031c0dafbf46f640b0bc2b9 (diff)
downloadvcpkg-96925e320363098d028bd0849c54e8e6dffcfa11.tar.gz
vcpkg-96925e320363098d028bd0849c54e8e6dffcfa11.zip
[blend2d] Port update (#7239)
- blend2d updated to `beta_2019-07-16` - asmjit updated to `2019-07-16` - `BLEND2D_BUILD_STATIC` replaced by `BLEND2D_STATIC` - Added usage install in case of `static` linkage
Diffstat (limited to 'ports/blend2d/CONTROL')
-rw-r--r--ports/blend2d/CONTROL6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/blend2d/CONTROL b/ports/blend2d/CONTROL
index ef22b5264..1854d3862 100644
--- a/ports/blend2d/CONTROL
+++ b/ports/blend2d/CONTROL
@@ -1,10 +1,10 @@
Source: blend2d
-Version: beta_2019-04-30
+Version: beta_2019-07-16
Description: Beta 2D Vector Graphics Powered by a JIT Compiler
Default-Features: jit, logging
Feature: jit
-Description: asmjit is used to jit compile pipelines
+Description: Default feature. Enables jit pipeline compilation. Not supported for ARM and UWP.
Feature: logging
-Description: enables logging
+Description: Default feature. Enables logging.