aboutsummaryrefslogtreecommitdiff
path: root/ports/blend2d/CONTROL
diff options
context:
space:
mode:
authorZeeWanderer <mxx888777@gmail.com>2020-07-13 22:30:10 +0300
committerGitHub <noreply@github.com>2020-07-13 12:30:10 -0700
commitdcf6e5fe06c20dca18e9daf9e98d3169c5f86de7 (patch)
tree156ca235c3a96efeb05851cad939c6d0c7d4ca70 /ports/blend2d/CONTROL
parentbc07f4b0523b035dcc4fc37eea0d6f5adeb8d30b (diff)
downloadvcpkg-dcf6e5fe06c20dca18e9daf9e98d3169c5f86de7.tar.gz
vcpkg-dcf6e5fe06c20dca18e9daf9e98d3169c5f86de7.zip
[blend2d] Update to beta_2020-07-09 (#12360)
Diffstat (limited to 'ports/blend2d/CONTROL')
-rw-r--r--ports/blend2d/CONTROL15
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/blend2d/CONTROL b/ports/blend2d/CONTROL
deleted file mode 100644
index ed6e5d1b2..000000000
--- a/ports/blend2d/CONTROL
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: blend2d
-Version: beta_2020-06-01
-Homepage: https://github.com/blend2d/blend2d
-Description: Beta 2D Vector Graphics Powered by a JIT Compiler
-Default-Features: jit, logging, tls
-Supports: !(arm|uwp)
-
-Feature: jit
-Description: Default feature. Enables jit pipeline compilation. Not supported for ARM and UWP.
-
-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.