vcpkg/ports/zydis/vcpkg.json
JonLiu1993 36840f73d6
[zydis] update to 3.2.1 (#21490)
* [zydis] update to 3.2.1

* update version

* update portfile.cmake

* update version
2021-11-18 20:36:13 -08:00

17 lines
312 B
JSON

{
"name": "zydis",
"version-semver": "3.2.1",
"description": "Fast and lightweight x86/x86-64 disassembler library.",
"homepage": "https://zydis.re",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}