aboutsummaryrefslogtreecommitdiff
path: root/ports/blend2d/CONTROL
diff options
context:
space:
mode:
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.