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