vcpkg/ports/blend2d/CONTROL

16 lines
541 B
Plaintext
Raw Normal View History

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.