2019-05-20 08:17:40 +08:00
|
|
|
Source: blend2d
|
2020-06-06 02:59:33 +08:00
|
|
|
Version: beta_2020-06-01
|
2020-05-08 13:30:20 +08:00
|
|
|
Homepage: https://github.com/blend2d/blend2d
|
2019-05-20 08:17:40 +08:00
|
|
|
Description: Beta 2D Vector Graphics Powered by a JIT Compiler
|
2020-05-08 13:30:20 +08:00
|
|
|
Default-Features: jit, logging, tls
|
2020-04-07 05:09:03 +08:00
|
|
|
Supports: !(arm|uwp)
|
2019-05-20 08:17:40 +08:00
|
|
|
|
|
|
|
Feature: jit
|
2019-07-19 04:32:41 +08:00
|
|
|
Description: Default feature. Enables jit pipeline compilation. Not supported for ARM and UWP.
|
2019-05-20 08:17:40 +08:00
|
|
|
|
|
|
|
Feature: logging
|
2019-07-19 04:32:41 +08:00
|
|
|
Description: Default feature. Enables logging.
|
2020-05-08 13:30:20 +08:00
|
|
|
|
|
|
|
Feature: tls
|
|
|
|
Description: Default feature. Enables use of thread_local feature. Disable for platforms where thread local storage is expensive or not supported.
|