mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:29:08 +08:00
6913327612
* [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
18 lines
350 B
JSON
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
|
|
}
|
|
]
|
|
}
|