mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:29:11 +08:00
16 lines
541 B
Plaintext
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.
|