mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:19:01 +08:00
45287bdd9d
* [zydis] update to v4.0 * update version * revert patch formating * update version * fix eror * fix hash * [polyhook2]: update to 2023.05.16 * CI [skip actions] * CI --------- Co-authored-by: Jonliu1993 <13720414433@163.com>
19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"name": "zydis",
|
|
"version-semver": "4.0.0",
|
|
"description": "Fast and lightweight x86/x86-64 disassembler library.",
|
|
"homepage": "https://zydis.re",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zycore"
|
|
]
|
|
}
|