mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
36840f73d6
* [zydis] update to 3.2.1 * update version * update portfile.cmake * update version
17 lines
312 B
JSON
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
|
|
}
|
|
]
|
|
}
|