vcpkg/ports/blend2d/CONTROL
2020-05-07 22:30:20 -07:00

16 lines
541 B
Plaintext

Source: blend2d
Version: beta_2020-05-04
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.