vcpkg/ports/asmjit/vcpkg.json
Lily Wang 6913327612
[blend2d, asmjit] Fix blend2d features build and update asmjit to latest commit (#30820)
* [blend2d, asmjit] Fix blend2d features build and update asmjit to latest commit

* format vcpkg.json

* update version

* update blend2d[jit]

* update version

* fix feature blend2d[logging]

* update version
2023-04-17 15:44:48 -07:00

18 lines
350 B
JSON

{
"name": "asmjit",
"version-date": "2023-03-25",
"description": "Complete x86/x64 JIT and Remote Assembler for C++",
"homepage": "https://github.com/asmjit/asmjit",
"supports": "!arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}