vcpkg/ports/xbyak/vcpkg.json
Ilya Lavrenov f51c848972
[xbyak] updated to v6.73 (#34650)
* [xbyak] updated to v6.73

* updated version database
2023-10-23 11:12:51 -07:00

19 lines
384 B
JSON

{
"name": "xbyak",
"version": "6.73",
"description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).",
"homepage": "https://github.com/herumi/xbyak",
"license": "BSD-3-Clause",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}